Webhooks
Webhook subscription management
Retrieve webhook subscription configuration for a tenant. Returns the registered webhook URL and retry attempt settings for receiving transaction status update notifications.
API key for tenant authentication
Successfully retrieved webhook subscription details
Successfully retrieved webhook subscription details
Register a webhook URL to receive real-time transaction status update notifications. Configure the number of retry attempts for failed webhook deliveries. The system will POST transaction status updates to the registered URL whenever a transaction status changes.
API key for tenant authentication
Webhook subscription created successfully
Bad request - Invalid webhook URL or configuration
Unauthorized - Invalid or missing API key
Conflict - Webhook subscription already exists
Internal server error
Update webhook subscription configuration for a tenant. Modify the registered webhook URL and/or the number of retry attempts for failed deliveries. Returns 404 if no subscription exists.
API key for tenant authentication
Webhook subscription updated successfully
Bad request - Invalid webhook URL or configuration
Unauthorized - Invalid or missing API key
Not found - Webhook subscription does not exist
Internal server error
Remove webhook subscription for a tenant. After deletion, the tenant will no longer receive transaction status update notifications. Returns 404 if no subscription exists.
API key for tenant authentication
Webhook subscription deleted successfully
No content
Unauthorized - Invalid or missing API key
Not found - Webhook subscription does not exist
Internal server error
No content
Webhook sent to subscribed tenant URL when a transaction status changes
Unique identifier for the transaction
Current status of the transaction
Timestamp when the status was updated
Unique identifier for the tenant
Webhook received and processed successfully
No content
Invalid webhook payload
Internal server error processing webhook
Payload
Last updated