#Guilherme Barros - Payment Methods
1 messages · Page 1 of 1 (latest)
Absolutely!
I want the user to be able to create a payment method and use it later
don't necessarily use it at the time
We have a guide for saving a Payment Method for later here: https://stripe.com/docs/payments/save-and-reuse?platform=web
I've seen that Stripe give us the ability of doing that, so I was wondering if I can do that with the react-native SDK
Yep, there's a React Native tab on that page: https://stripe.com/docs/payments/save-and-reuse?platform=react-native&ui=payment-sheet
Is that what you needed?