#PERF - RN
1 messages · Page 1 of 1 (latest)
Hi 👋
You mean like this? https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet
PERF - RN
yes but for web
i guess similar functionality as the sheet? Checkout flow with a payment intent.
That's just the Payment Element
That's the checkout page. It's a stripe hosted surface and not something you can embed into a site
yes so what are you talking about when you say payment element ?
Literally the other tab https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
oh that is the same link, i linked above.
For some reason when i went there I saw the Checkout page, not the Payment Element
by default when rendering the <PaymentElement /> element I do not see the top tab bar. any ideas why that happens?
You mean the different payment method types?
yea this part
Also is there a way to show the customer's currently saved cards as well in this form?
If only one Payment Method is viable, you won't see that part. Also there is not currently a way to display saved cards in the Payment Element
gotcha ok, the viable payment methods are based on this https://dashboard.stripe.com/test/settings/payment_methods?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
That and the Payment Intent and the currency
what is compatible with this PI pi_3N0SyAFdV4bT3T5F1ZOZvPmz?
this
"allowed_source_types": [
"card"
],
?
Yes but we won't show the top section because the only payment method allowed is card
This PI will only accept cards so you won't see other PMs.