v1
latestOpenAPI 3.1.02026-07-24104338.0 KBWebhooks
A recurring charge failed
Sent when a recurring charge fails to settle. payload.data is the Payment record; see payload.data.failureReason. payload.entityId is the parent subscription.
postWebhooksubscription.payment.failed
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.