Retrieve 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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.