v1
latestOpenAPI 3.1.02026-07-24104338.0 KBWebhooks
A recurring charge succeeded
Sent when a recurring charge settles successfully. payload.data is the Payment record; payload.entityId is the parent subscription.
postWebhooksubscription.payment.succeeded
Payload
Example payload
{
"payload": {
"eventType": "subscription.activated",
"data": {
"billedAmount": {
"amount": "29.00",
"asset": "USD"
},
"paidAmount": {
"amount": "29.00",
"asset": "USD"
},
"paidAt": 1748513400,
"createdAt": 1748513400
}
}
}Response
Return any 2xx status to acknowledge receipt. Any other response (or a timeout) is treated as a delivery failure and retried.