#pedro-checkout-customer
1 messages · Page 1 of 1 (latest)
pedro-checkout-customer
@cyan tiger when you create a Checkout Session you can pass an existing Customer id cus_123 in the customer parameter: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer
@sand tangle true, but that will prefill the card info, which I donn't want to. I need the user to pass the card details again. is this possible without a new user being created on stripe end?
No that's not possible. Why do you want that exactly?
it's the way we found to solve some legal issues for now 🤔
Yeah that's not really possible to do what you're after with Checkout unfortunately. Not unless you first detach the previous PaymentMethod(s)