Retrieve the authorization webhook configuration for an account. This webhook is called during card authorization requests to allow external systems to approve or reject transactions in real-time.

get/account/{accountId}/authorization-webhook

Response

OK

webhookUrlstring required

The URL where authorization webhook events will be sent

signingSecretstring required

Secret used for signing webhook payloads

status'active' | 'inactive' required

Current status of the webhook

timeoutDurationMsinteger required

The timeout duration in milliseconds for webhook requests

createdAtstring date-time required

When the webhook was created

updatedAtstring date-time required

When the webhook was last updated

Changes

Changed in 1 of the 2 revisions of this API.1