event
Stripe Charge Succeeded
Stripe webhook event delivered when a charge completes successfully
EventWebhook
Overview
StripeChargeSucceeded is the catalog representation of Stripe’s charge.succeeded webhook. It is delivered to the Payment Gateway Service Payment Gateway Service Service v0.0.1 Manages integration with external payment processors (Stripe, PayPal, etc.) Publishes PaymentFailed , ChargeCard Subscribes ProcessPayment , FraudCheckCompleted +2 Owner dboyne
Map
Repo
View docs webhook endpoint when a card charge completes.
Example Payload
{ "id": "evt_1NXyZ2eZvKYlo2C0abc123", "type": "charge.succeeded", "data": { "object": { "id": "ch_3NXyZ2eZvKYlo2C00xyz", "amount": 4999, "currency": "usd", "status": "succeeded", "metadata": { "paymentId": "pay_123456" } } }} Event-driven architecture documentation: Acme Inc