#pro-pooja
1 messages · Page 1 of 1 (latest)
When you create Payment Links, what API exactly are you using?
I am not using any API for collecting payment, I am using payment links generated by stripe and stripe hosted checkout.
Yeah so that's the gap here. PaymentLink is a same URL for everyone, and it will generate a Checkout Session each time someone open the link
If you want to link the Checkout Session to a specific customer, you would need to create Checkout Session yourself, and specify https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.