Subscribe
Create a Webhook
POST
/webhook/subscribe
Description
Tenants can register their webhook URLs to receive transaction status updates in real-time. This feature includes automatic retry attempts in case of delivery failures, ensuring reliable communication.
Body
{
"webhook_url": "https://client.com/webhook/transaction-status",
"retry_attempts": 3
}
Response
{
"webhook_id": "tenant_id_123",
}
Last updated