#guiguillaume

1 messages · Page 1 of 1 (latest)

faint isleBOT
#

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.

elder coral
#

not link to the previous demand.

twilit yacht
#

Hi
Checkint...

#

Let's tackle this step by step.

elder coral
#

Yes i'm following this one

twilit yacht
#

When I initiate the payment session in my backend, the response from Stripe doesn't include a transaction ID. As a result, when my backend receives the "payment_intent.succeeded" webhook at the end of the transaction, there isn't any data available to help me establish a connection between the transaction, my customer, and the product they've purchased.
You should be listening to checkout.session.completed event:
https://stripe.com/docs/payments/checkout/fulfill-orders

#

You'll have the Checkout Session Id, the customer id and all the information related to the purchase

elder coral
#

Ok i'll check it out

#

I don't see any checked.session.completed event in the logs :

#

No it's OK I can see that in the event tab. I think I will be able to do what I want.

#

Cheers.