DataReady

The DataReady event indicates that all bank-qualified data, such as account details and balance, has been retrieved and is ready for consumption.

Note: Wait for this event before calling Account Data endpoints. Calling any Account Data endpoint prior to receiving this event can result in partial data.

Example Events: Although webhook payload examples shown to the right appear in JSON format, all webhook payloads from Trustly are URL encoded strings. Content-Type: application/x-www-form-urlencoded

Form Data
string

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

string

Unique identifier for the event.

string

The type of event that triggered the webhook.

string

The unique identifier of the merchant.

string

A message describing the event.

string

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

string

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

string

Type of payment, denoted by a numeric code.

string

Status code representing the current state of the transaction.

string

A message describing the current status of the transaction.

string

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

string

Type of transaction, denoted by a numeric code.

Response
200

Return a 200 status to indicate that the data was received successfully

LoadingLoading…