Webhook Events
subscription.created
Occurs when a customer subscription is successfully started.
WEBHOOK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Body
application/json
The subscription ID.
Current status of the subscription.
Response
200
Webhook processed successfully.
Previous
subscription.updatedOccurs when a customer subscription is updated (e.g., cancel at period end changes).
Next