Event: charge.successful
Dispatched when a recurring charge is approved by the payment gateway.
Schema definition
Loading ....
reference_number is present. failure_code and failure_reason are omitted.
Example
{
"event_type": "charge.successful",
"charge_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"subscription_id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"customer_id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
"merchant_id": "2e0b4f5a-8c3d-4e1f-9a2b-1c3d4e5f6a7b",
"amount": 1500.00,
"currency": "ARS",
"status": "succeeded",
"billing_period_start": "2026-05-01T00:00:00Z",
"billing_period_end": "2026-06-01T00:00:00Z",
"attempt_count": 1,
"processed_at": "2026-05-21T14:30:00Z",
"reference_number": "REF-987654"
}