#nacho_446
1 messages · Page 1 of 1 (latest)
It would depend. For a one-time payment: not automatically, but we can save the payment details if you pass a specific parameter: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#save-payment-method-details
Ok, I think I shoud rephrase I want to create a customer on stripe with his billing information. So on my end I want to collect user card details and send to stripe so it creates a customer
Then I can pass the customer ID to stripe to bill that customer
So you want to collect and save payment details separate to Checkout?
No I don’t want to store that card details on my system, so the only place I can store it is with the payment provider
I want to create a customer with card details I added for them
Sorry, I'm really struggling to understand what it is you're trying to do. None of the links I've shared involve storing details on your system
You originally asked how to save card details with Checkout – I showed you how to do that
This is exactly the flow I just shared: https://stripe.com/docs/payments/save-and-reuse
This creates a checkout with an existing customer
How can I create that customer now with his card details and email without taking that to stripe page
You'd look at the 'custom payment flow' tab at that URL which uses the Payment Element
Which url ?