#kacper-payments
1 messages · Page 1 of 1 (latest)
Is it possible to make it in on-session mode?
yep
you'd create the PaymentIntent with the customer/paymentmethod ID, but without confirm=true or off_session:true , and then on the frontend call https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-attached
there is no ready react native UI component like PaymentSheet but for saved cards?
the PaymentSheet supports saved cards.
so I don't follow the question, since the PaymentSheet does work for saved cards. If you pass it a Customer ID and an ephemeral key, and the Customer in question has saved cards, the sheet will show those cards. https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#react-native-add-server-endpoint