#fakossaconate
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- fakossaconate-destination-charges, 5 days ago, 46 messages
- fakossaconate, 5 days ago, 20 messages
- fakossaconate-webhook-delivery, 6 days ago, 23 messages
- fakossaconate, 6 days ago, 12 messages
hi
I just set up a check out session webhook success in order to get the success payment but I didn't get nothing after payment
I suppose I should use payment intent suscceeded instead
But That means that I need to create a payment intent everytime I create a checkout session?
for a standard account
here is an event id : evt_1OXLQLIWp7EAwftX4demosM1
but I didn't get nothing after payment
I don't understand what that means. which webhook event where you expecting to receive but didn't get?
But That means that I need to create a payment intent everytime I create a checkout session?
No, a Checkout Session will create a PaymentIntent automtatically for you
Ok. so if I set up a payment_intent webhook for listenning the succeeded payment, it will work?
if you are using Chekcout Session, you should listen to checkout.session.completed
you can learn more about this here: https://stripe.com/docs/payments/checkout/fulfill-orders
Ok that is what I did
But checkout completed means that the user goes till the end right? Not that the payment was a success
it means both: the user completed the Checkout Session, so the payment was a success
ok, I thougt I have seen a warning about this in the doc but I can't retrieve it so... my bad. Thanks
the only potential "warning" is if you use delayed payment method: https://stripe.com/docs/payments/checkout/fulfill-orders#delayed-notification
ok, That is what I just saw. Thanks again for your time and reactivity