Data Ready

The DataReady event indicates that all bank-qualified data, such as account details and balance, has been retrieved and is ready for consumption. Wait for this event before calling Account Data endpoints.

postWebhooksubpackage_eventNotifications.DataReady

Payload

createdAtstring int64

The timestamp when the event was created, represented as a Unix timestamp in milliseconds.

eventIdstring

Unique identifier for the event.

eventTypestring

The type of event that triggered the webhook.

merchantIdstring

The unique identifier of the merchant.

messagestring

A message describing the event.

objectIdstring

Unique identifier for the object associated with the event, such as a transaction.

objectTypestring

The type of object associated with the event (e.g., Transaction).

paymentTypestring

Type of payment, denoted by a numeric code.

statusstring

Status code representing the current state of the transaction.

statusMessagestring

A message describing the current status of the transaction.

timeZonestring

The timezone of the event, formatted in IANA timezone database format.

transactionTypestring

Type of transaction, denoted by a numeric code.

Response

Webhook received successfully

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.