UPI Autopay - Pre-Debit Notification Callback

This callback is triggered by Decentro to the platform when a debit request is executed

Overview

Decentro triggers this callback to a pre-configured endpoint after a PDN is executed using the Pre-debit Notiifaction API The status of the PDN itself could be success or failure.

The platform can have the callback endpoints whitelisted by dropping a mail to [email protected].

Flow

Below is the flow for using this callback.

Decentro triggers the callback for the below scenarios.

  • Successful PDN
  • Failure PDN

API Endpoints

Below are the API endpoints that can be configured by Decentro for receiving the callbacks.

EnvironmentEndpoint
Staging / Sandboxhttps://your.custom.endpoint.com
Productionhttps://your.custom.endpoint.com
Body Params
string

The presentation sequence ID of the presentation cycle

string

The decentro Txn ID of the presentation

int32

The number of times the callback is attempted

string

Callback ID provided by Decentro

string

The URN of the entity against which the mandate was registered.

string

The timestamp of the callback

string

Original Callback ID. Shared in case of retries only

string

The reference ID passed by the platform at the time of Presentation API. For instant presentations, Reference ID will be mapped to Create Mandate APIs reference_id

string

Unique decentro mandate ID assigned for each mandate.

double

Mandate registration amount

string

Presentation failure reason bucketing.

string

NPCI error code & reason for failure

string

Status description of PDN request

string

Status of the PDN

Headers
string

The header token shared by you should not contain any unsanitized values like @ # $ % ^ & * ! ; : ' " ~ ` ? = + ) (

string

The header token shared by you should not contain any unsanitized values like @ # $ % ^ & * ! ; : ' " ~ ` ? = + ) (

Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json