v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Transaction Status Callback

post/transactionStatus

Request body

transaction_statusstring

The status of the transaction. Values passed: SUCCESS and FAILURE

transaction_amountinteger

The transaction amount.

bank_reference_numberstring

Bank Reference Number of the transaction

callback_attemptinteger

A numerical value that indicates the attempt no. of the callback

callback_timestampstring

Timestamp of the callback. Not the timestamp of the transaction.

callback_txn_idstring

A URN created for the transaction status callback

consumer_urnstring

Unique urn assigned to client that they pass in request payload

decentro_txn_idstring

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

orginal_callback_txn_idstring

Unique identifier mapped to the first callback attempt.

payer_account_numberstring

The Virtual Account from which the payout transaction took place.

payer_account_ifscstring

The Virtual Account IFSC

payee_account_numberstring

The beneficiary account number of the payout request

payee_account_ifscstring

The beneficiary account IFSC

payee_vpastring

The beneficiary UPI ID will be present here.

transaction_status_descriptionstring

The transaction message after the transaction is completed.

purpose_messagestring

The purpose message passed in the payout request

transfer_typestring

IMPS, UPI, NEFT and RTGS will be present here.

reference_idstring

The URN created by the platform in the Initiate Payout API

beneficiary_namestring

The beneficiary name will be present here

provider_messagestring

Decentro recommends not to use this parameter

transaction_messagestring

Decentro recommends not to use this parameter

Response

200

response_codestring

Example response

{
  "response_code": "CB_S00000"
}