#guiguillaume
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.
- guillaume-javaparams-subscription, 11 hours ago, 14 messages
not link to the previous demand.
Hi
Checkint...
Let's tackle this step by step.
What guide are you following exactly? the official integration is this one:
https://stripe.com/docs/billing/subscriptions/build-subscriptions
Yes i'm following this one
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 tocheckout.session.completedevent:
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