v1
latestOpenAPI 3.0.02026-07-26167441.9 MBRetrieve Pre-Debit Notification by ID
Retrieves a pre-debit notification by its Yuno ID.
get/predebit-notify/{pre_debit_notification_id}
Path parameters
pre_debit_notification_idstring uuid required
ID returned by the Create pre-debit notification endpoint.
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"
}
}