scope subscriptions:create + {resource}:read
{resource}:read for the type of Subscription being created, such as business_processes:read
Create webhook subscriptions to receive real-time notifications when specific events occur in your Account. This enables your systems to stay synchronized with Customer activities, Transaction updates, and Business Process changes.
Webhooks are essential for building responsive applications that react to events as they happen, rather than polling for changes.
Info
We make an API call to the destination URL with a test payload to verify that it's valid and working, expecting a response with a status code between 200 and 399.
Warning
Your webhook endpoint must return a 2xx status code within 30 seconds to confirm receipt. Failed deliveries will be retried according to the redrive policy.
After creating a Subscription, you can manage it using the Update Subscription endpoint or monitor delivery status through the Subscription Events endpoint.