get https://in.staging.decentro.tech/v2/payments/upi/autopay/mandate
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 Registration Callback or to fetch the details of a registered mandate.
Decentro supports fetching the status of a mandate registration using the URN 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 if authorized.
- Alternatively, the platform can check the status of mandate registration using the endpoints and the Decentro transaction ID received from the Create Mandate API.
API Endpoints
Environment | Endpoint |
---|---|
Staging / Sandbox | https://in.staging.decentro.tech/v2/payments/upi/autopay/mandate |
Production | https://in.decentro.tech/v2/payments/upi/autopay/mandate |