get https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/status
This API is used to get the status of a mandate registration which was created using the Create Mandate API.
Overview
This API can be used to check the status of a mandate registration initiated by the Create Mandate API as an alternative to the Mandate Status Callback to fetch the details of a registered mandate.
Decentro supports fetching the status of a mandate registration using the decentro mandate ID provided by Decentro at the time of registration.
Flow
Below is the flow for using this API.
- The platform initiates the mandate registration request using the Create Mandate API.
- The payer authorizes the request on the UPI app using their MPIN.
- Decentro triggers the Registration callback to the platform's endpoint as configured with the registration status.
- Alternatively, the platform can check the status of mandate registration using the endpoints and the Decentro mandate ID received from the Create Mandate API.
API Endpoints
Environment | Endpoint |
---|---|
Staging / Sandbox | https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/status |
Production | https://api.decentro.tech/v3/payments/upi/autopay/mandate/status |