customer.payment_succeeded
Triggered when a customer's payment is successfully processed.
customer.payment_succeeded
customer.payment_succeededPayload Structure
{
"payload": {
"customerId": "7733576892547",
"merchantId": "inveterate",
"createdAt": "2025-05-30T11:07:59.269Z",
"updatedAt": "2025-05-30T11:07:59.269Z",
"status": "PAID",
"detail": {
"amount": 100,
"currency": "USD",
"newBillingDate": "2025-07-30T00:00:00.000Z"
},
"customer": {
"id": "7733576892547",
"email": "[email protected]",
"phoneNumber": null
}
},
"metadata": {
"id": "4b3922a9-e878-3947-b283-57dfbd97d86c",
"retryCount": 0,
"shopDomain": "inveterate.myshopify.com",
"topic": "customer.payment_succeeded",
"version": "2025-06",
"triggerredAt": "2025-05-30T11:07:59.279Z"
}
}Payload Fields
Last updated
Was this helpful?
