v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Pre-Deposit Check

This callback is triggered by Decentro to a custom endpoint if the platform has subscribed to it. If you reject the callback, the transaction is refunded to the source or else accepted.

post/#pre_deposit_check

Headers

your_custom_key_1string
your_custom_key_2string

Request body

urnstring
beneficiaryConsumerBankAccountNumbernumber float
beneficiaryConsumerBankAccountIfscstring
transferTypestring
amountnumber float
remitterNamestring
remitterConsumerBankAccountNumberstring
remitterProviderstring
bankReferenceNumberstring

Response

200

OR

Example response

{
  "is_accepted": 1
}