Authorize

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

Form Data

A generic event object that includes common properties for all webhook events. This can be extended for specific event types.

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.

string

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
200

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

LoadingLoading…