#MaxFx2-create-card

1 messages ยท Page 1 of 1 (latest)

keen mauve
#

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?

hard bluff
#

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.

keen mauve
#

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

Learn how to save card details and charge your customers later.

hard bluff
#

Thank you very much, I will try, have a nice day.

keen mauve
#

Any time!

#

Thanks, hope you have a nice day also ๐Ÿ˜„