#napolean_solo
1 messages · Page 1 of 1 (latest)
It's up to you to charge them first or have them sign up first. Both should work if you decide to implement
You can refer to https://stripe.com/docs/payments/checkout/pricing-table#handle-fulfillment-with-the-stripe-api for how to reconcile using client-reference-id
This is when user is already registered and has a user-id but I am still not clear on how to integrate signup after payment.
When you receive a checkout.session.completed webhook event, you can retrieve the client-reference-id you set earlier. Then you can process on signing up your customer with the linked client-reference-id
So basically you mean I create a client-reference-id before hand and then use that ID to create user. Is that what you mean?
Yes!