v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Pre-Debit Notification Callback

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

post/upi_pdn_status

Headers

your_custom_header_key_1string

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

your_custom_header_key_2string

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

Request body

presentation_sequence_idstring

The presentation sequence ID of the presentation cycle

decentro_txn_idstring

The decentro Txn ID of the presentation

callback_attemptinteger

The number of times the callback is attempted

callback_txn_idstring

Callback ID provided by Decentro

consumer_urnstring

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

callback_timestampstring

The timestamp of the callback

original_callback_txn_idstring

Original Callback ID. Shared in case of retries only

reference_idstring

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

decentro_mandate_idstring

Unique decentro mandate ID assigned for each mandate.

amountnumber double

Mandate registration amount

error_keystring

Presentation failure reason bucketing.

error_key_descriptionstring

NPCI error code & reason for failure

status_descriptionstring

Status description of PDN request

notification_statusstring

Status of the PDN

Response

200

response_codestring

Example response

{
  "response_code": "CB_S00000"
}