v1
latestOpenAPI 3.1.02026-07-24104338.0 KBWebhooks
A subscription became active
Sent when a subscription becomes ACTIVE — the subscriber has completed checkout and billing is now on schedule. payload.data is the full Subscription.
postWebhooksubscription.activated
Payload
Example payload
{
"payload": {
"eventType": "subscription.activated",
"data": {
"amount": {
"amount": "29.00",
"asset": "USD"
},
"startDate": 1748513400,
"currentPeriod": {
"start": 1748513400,
"end": 1748513400
},
"nextPaymentDate": 1748513400,
"endsAt": 1748513400,
"cancellation": {
"at": 1748513400
},
"expiration": {
"at": 1748513400
},
"createdAt": 1748513400,
"updatedAt": 1748513400
}
}
}Response
Return any 2xx status to acknowledge receipt. Any other response (or a timeout) is treated as a delivery failure and retried.