#MaxFx2-create-card
1 messages ยท Page 1 of 1 (latest)
Hey there ๐ you likely don't want to be handling the raw card numbers yourself as this makes compliance requirements your responsibility.
You're likely going to want to leverage Stripe Elements to collect the payment details from your user. Are you completing a charge at the same time, or are you simply collecting payment details to be used later?
And how can I insert your form or something so that a person would enter data, and I received a card id?
Payment details will be used later, but in some cases immediately.
There are several options depending on the framework you're using and the look/feel you're trying to achieve.
I'd suggest taking a look through these docs, being sure to look at both the Prebuilt Checkout Page (this uses our Checkout Sessions) and Customer Payment Flow (this uses Stripe Elements) options to see some of the choices you have.
https://stripe.com/docs/payments/quickstart
https://stripe.com/docs/payments/save-and-reuse?platform=web
Thank you very much, I will try, have a nice day.