#noor-balaum_docs
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- noor-balaum_code, 5 hours ago, 13 messages
- noor-balaum_code, 7 hours ago, 20 messages
- noor_reactnative-questions, 3 days ago, 38 messages
- noor_android-setupintent, 3 days ago, 22 messages
- noor_saved-pm-reactnative, 4 days ago, 35 messages
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1255253517577490433
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi
i need help
with this
im using react native mobile element payment
now payment mothed saved same in photo but if me clear data of app he forget card
i need save card in customre
but im using firebase for accounts
how can i marge customre with firebase accounts??
?
Hello
Server is running a bit busy, please be patient ๐ I'll take a look as soon as I get a chance
The payment methods are only stored on the app unless you use SetupIntents API OR PaymentIntents API with setup_future_usage parameter
We have end to end guides for that here:
SetupIntents:
https://docs.stripe.com/payments/save-and-reuse?platform=react-native&mobile-ui=payment-element
PaymentIntents + setup_future_usage:
https://docs.stripe.com/payments/save-during-payment?platform=react-native&mobile-ui=payment-element
Stripe doesn't support firebase out of the box so you'd need to look for guides on the internet to see how you can sync customer data on firebase
but how to save payment mothed with user >?
Not sure what you mean by that
i back soon dont close chat
wait
i mean how can user save cards with data without forget if app cleard data
That's what the URL I shared above shows you. Using SetupIntents OR PaymentIntents + setup_future_usage, you're saving payment methods on Stripe (not locally).
