#stripe_connect_platform - delayed payment notifications
1 messages · Page 1 of 1 (latest)
Hi catching up on some threads. Will look in one moment
You should just be able to listen to payment_intent.succeeded if that's sufficient for your use-case: https://stripe.com/docs/payments/payment-methods#webhooks
They just provide different data
OK
The above data object is a checkout session
payment_intent.succeeded is "async" as well right?
So for SEPA and Oxxo and Sofort....*all delayed payments....you always do send payment_intent.succeed is that correct?
Correct. The link I sent says paymentintent webhook events are good for delayed payments