#LuisC - checkout sessions
1 messages · Page 1 of 1 (latest)
Hi 👋
Could you tell me what information you are looking for in order to process successful payments? What sort of confirmation do you need?
I am just looking for "payment_status": "paid" and the metadata I added when creating the session
Okay I'm reviewing a test integration I have running. Let me take a look.
Okay so async_payment_succeeded is specifically used for voucher-based payment methods
In those cases, for payment methods like Boleto or OXXO, it could be days after the checkout session completes when the payment is processed.
okay, so I won't be receiving both webhooks for a SEPA payment for example, only the async one, right?
You will receive both events. We have some nicely concise documentation for these events here:
https://stripe.com/docs/payments/checkout/fulfill-orders#delayed-notification
okay, that makes it pretty clear. thanks!