Skip to main content
GET
Retrieve Pre-Debit Notification by Merchant Reference
Retrieves a pre-debit notification by the merchant_reference you used on creation. Notifications are scoped to your account.

Authorizations

public-api-key
string
header
default:<Your public-api-key>
required
private-secret-key
string
header
default:<Your private-secret-key>
required

Headers

X-account-code
string<uuid>
required

UUID of the account the notification belongs to.

Query Parameters

merchant_reference
string
required

The merchant_reference used on creation.

Response

The pre-debit notification.

id
string<uuid>

Unique identifier of the pre-debit notification. Reference it on the recurring debit as payment_method.detail.bank_transfer.pre_debit_notification_id.

account_id
string<uuid>

Your Yuno account ID.

status
enum<string>

SENT: the provider accepted and delivered the notification. REJECTED: the provider refused it. ERROR: the notification could not be relayed.

Available options:
SENT,
REJECTED,
ERROR
merchant_reference
string

Your unique reference for this notification (idempotent per account).

description
string

Text shown to the customer in the notification.

amount
object
billing_date
string<date>

Date of the upcoming debit (YYYY-MM-DD).

origin_payment_id
string<uuid>

The mandate-creation payment used to derive provider and connection, when provided.

provider_data
object
created_at
string<date-time>
updated_at
string<date-time>