Global Acceptance
Payment Succeeded
Dispatched immediately when a transaction is successfully authorized and captured.
EVENTpayment.succeeded
Payload Metadata Fields
idUnique event dispatch string identifier
typeStandardized event action routing code
createdUTC UNIX timestamp of the event generation
dataContext-rich entity JSON dictionary matching category schema
Alternative Events
Webhook JSON Schema
Outbound{
"id": "evt_772109823",
"type": "payment.succeeded",
"created": 1783681413,
"tenant": "global",
"api_version": "2026-04-10",
"data": {
"charge_id": "chg_99182312",
"amount": 4999,
"currency": "USD",
"payment_method": "visa_card",
"customer": {
"email": "customer@gmail.com",
"ip_country": "US"
},
"routing_node": "cybersource_primary"
}
}
Event Version: 2026.4