{
"event": "NEW_SUBSCRIPTIONS_AVAILABLE",
"external_user_id": "123abc",
"merchant": {
"id": 36,
"name": "Netflix"
},
"data": {
"subscriptions": [
{
"id": "ka8sdf0asdfm10as0a0sdfja7ssa8"
}
]
},
"timestamp": 1710864923198
}Webhook Events
NEW_SUBSCRIPTIONS_AVAILABLE
Fired when new subscriptions are available for a user’s merchant account.
WEBHOOK
new_subscriptions_available
{
"event": "NEW_SUBSCRIPTIONS_AVAILABLE",
"external_user_id": "123abc",
"merchant": {
"id": 36,
"name": "Netflix"
},
"data": {
"subscriptions": [
{
"id": "ka8sdf0asdfm10as0a0sdfja7ssa8"
}
]
},
"timestamp": 1710864923198
}Fired when new subscriptions are available for a user’s merchant account. The webhook includes a
data.subscriptions array of subscription IDs. Call Get Subscription By ID for each ID when you receive this webhook event.Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password. Use your client_id as the username and your secret as the password value.
Body
application/json
Was this page helpful?
⌘I