v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Penny Pull - Transaction Status Callback

This callback is used by Decentro to trigger the status of a transaction to pre-configured endpoint of the platform.

post/transaction_status/platformcustomendpoint

Headers

your_custom_key_1string

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

your_custom_key_2string

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

Request body

referenceIdstring

The original referenceId passed at the time of transaction initiation.

timestampstring

Timestamp of the CALLBACK. Not the timestamp of the transaction.

decentroTxnIdstring

The unique transaction identifier, passed against the payment request, by Decentro at the time of transaction initiation.

payerNamestring

Name of the payer that is validated

payerVpastring

UPI ID of the payer

payerAccountNumberstring

Account number of the payer that is validated

payerIfscstring

Bank IFSC code of the payer

verificationTypestring

Type of the verification requested, PENNY_INTENT or PENNY_COLLECT

pennyCollectedOnstring

Penny collection date in YYYY-MM-DD HH-MM-SS format

rrnstring

Retrieval Reference Number (RRN) is a unique 12-digit number generated to record each transaction; it is generated by the initiating payment service provider (PSP) and can be used to identify a particular transaction

statusstring

Status of the callback, always "SUCCESS"

callbackTxnIdstring

Unique identifier mapped to the callback attempt.

attemptinteger

Number of times the callback has been attempted.

Response

200