Authorizewbhk AuthorizeThe Authorize event indicates that the user has successfully authorized the transaction with their bank.Form DataA generic event object that includes common properties for all webhook events. This can be extended for specific event types.createdAtstringThe timestamp when the event was created, represented as a Unix timestamp in milliseconds.eventIdstringUnique identifier for the event.eventTypestringThe type of event that triggered the webhook.merchantIdstringThe unique identifier of the merchant.messagestringA message describing the event.objectIdstringUnique identifier for the object associated with the event, such as a transaction.objectTypestringThe type of object associated with the event (e.g., Transaction).paymentTypestringType of payment, denoted by a numeric code.statusstringStatus code representing the current state of the transaction.statusMessagestringA message describing the current status of the transaction.timeZonestringThe timezone of the event, formatted in IANA timezone database format.transactionTypestringType of transaction, denoted by a numeric code.splitTokenstringEncrypted 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 200Return a 200 status to indicate that the data was received successfullyUpdated 6 months ago