#v_best-practices

1 messages · Page 1 of 1 (latest)

compact beaconBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1335976779344646195

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

mortal magnet
copper flint
#

So, I don't necessarily have to use a Stripe form to collect the information? I can use my own form and pass the data to Stripe, correct?

#

I want to use an existing form, not build one through Stripe and embed it in my UI

mortal magnet
copper flint
#

Sorry, I don’t think I’m getting the answer I’m looking for. Let me clarify: Is it possible to use a form that I already have in my application to collect payment details, or does Stripe require me to use a specific embedded Stripe form for that? I am mainly talking about the UI

mortal magnet
#

When you say 'collect payment details', are you referring to billing details and the card details as well?

copper flint
#

yes both

mortal magnet
#

Ah, then you would use Stripe's UI too collect these details in a PCI complaint way

copper flint
#

ah, so I would not be able to reuse my current form. i would have to style Stripe's UI, correct?

mortal magnet
#

Yes, by using Checkout, your customers can securely share their payment details directly with Stripe, and these payment details never touch your server.