#aruljothi-payment
1 messages · Page 1 of 1 (latest)
Hi! If you want a pre-built payment page hosted on Stripe, you could use Checkout Session: https://stripe.com/docs/payments/checkout that could work for all options except 2
Otherwise for a more customized UI you should use Payment Element: https://stripe.com/docs/payments/payment-element that could work for all options
I'm not sure we have code samples that exactly match what you need, but you can check our "accept a payment" guide here https://stripe.com/docs/payments/accept-a-payment and our code samples here: https://github.com/stripe-samples