v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-067997411.3 KB

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