#JohnTheFrog
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.
- JohnTheFrog, 17 hours ago, 8 messages
- JohnTheFrog, 5 days ago, 4 messages
hello! https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer
If the ID of an existing Customer is passed in : In payment mode, the customer’s most recently saved card payment method will be used to prefill the email, name, card details, and billing address on the Checkout page. In subscription mode, the customer’s default payment method will be used if it’s a card, otherwise the most recently saved card will be used.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you, I guess there is no other way than code the UI for this purpose then.