v1
latestOpenAPI 3.0.02026-07-26167441.9 MBRetrieve Pre-Debit Notification by Merchant Reference
Retrieves a pre-debit notification by the merchant reference used to create it.
get/predebit-notify
Query parameters
merchant_referencestring required
The merchant_reference used on creation.
Headers
X-account-codestring uuid required
UUID of the account the notification belongs to.
Response
The pre-debit notification.
Example response
{
"amount": {
"currency": "INR",
"value": "499.00"
}
}