Authorize

The Authorize event indicates that the user has successfully authorized the transaction with their bank.

postWebhooksubpackage_eventNotifications.Authorize

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.

splitTokenstring

Encrypted token generated during user authorization. Note, token may include url escape characters which must be encoded or the request will result in an error. See Split Token for more info.

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.