v1
latestOpenAPI 3.1.02026-07-24104338.0 KBWebhooks
A past-due subscription recovered
Sent when a PAST_DUE subscription recovers — a retry succeeded within the grace period and billing is ACTIVE again. payload.data is the full Subscription.
postWebhooksubscription.resumed
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.