Create a webhook
Authentication
OAuth 2.0 Bearer token authentication. This API uses OAuth 2.0 Client Credentials flow. Please refer to the Authentication section for detailed information on how to obtain and use your OAuth credentials.
OAuth 2.0 Bearer token authentication. This API uses OAuth 2.0 Client Credentials flow. Please refer to the Authentication section for detailed information on how to obtain and use your OAuth credentials.
Subscribe to real-time status updates for customers, virtual accounts, and payments. When you create a webhook, you’ll receive JSON notifications at your specified endpoint whenever status changes occur.
Each affiliate can configure only one webhook endpoint. If you register the same event type with a different endpoint, the existing webhook configuration will be updated with the new endpoint details.
Webhook Payload Mapping:
customer_status_updated event.virtual_account_status_updated event.payment_status_updated event.third_party_customer_status_updated event.For details of the payload structure, refer to the respective webhook event definition linked above.
Authentication: Bearer token required