#amit-pentopix
1 messages · Page 1 of 1 (latest)
Unfortunately that's not supported - the customer can edit their email in case of errors or they want to use another one etc.
@normal elbow
How does www.RunwayML.com do?
You can achieve this by creating Checkout sessions explicitly for known customers by providing the customer parameter:
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.
But this is not possible with Payment Links -- you need to create a Checkout session for each payment (including creating the customer if you don't already have one)