#Marius_Stefanel
1 messages · Page 1 of 1 (latest)
Hello!
From where can I add on my one page, check-out page?
Can you elaborate?
So, I know that there is a method in which a page opens where the user enters his card data. But how can I make that information be on a page made by me.
Ah so you are asking about how to integrate a custom flow as opposed to Stripe Checkout?
yes
I'd recommend starting here: https://stripe.com/docs/payments/accept-a-payment
And flipping to "Custom payment flow" at the top
That will show you how to create a basic Payment Element integration
Which you embed into your own webpage instead of using a redirect like with Stripe Checkout
k
You can also take a look at our quickstart for a basic code sample: https://stripe.com/docs/payments/quickstart
k, thanks