#uber_customersheet-beta
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1243250099623035001
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
@slow sky which exact doc are you following? This is in beta which we can't usually help with here
uber_customersheet-beta
You can look at https://docs.stripe.com/payments/accept-a-payment?platform=react-native&mobile-ui=payment-element#react-native-add-server-endpoint which explains how to create an EphemeralKey for example
https://stripe.dev/stripe-react-native/api-reference/index.html#CustomerSheetBeta
Im using this documentation, and it looks like its going to work but that parameter specifically is the one i cant find any information about
Hi ๐
I'm stepping in as my colleague needs to go soon.
Specifically for generating the Ephemeral Key for your Customer, I recommend you review the documentation provided above which shows you how you create the key and pass it to your mobile app.
Okay, thanks, let me test that, will this thread be closed?
Just one question, im not trying to create a payment intent, i can see that the docs you provided are for that, im just trying to make a module to check the payment mehtods of the user
We close threads after a period of inactivity but
- you will always have access to it
- you are welcome to ask a new question in the main channel
As for saving the payment method, then you would want to review this guide: https://docs.stripe.com/payments/save-and-reuse?platform=react-native&mobile-ui=payment-element
You can specifically find the ephemeral key creation in this step: https://docs.stripe.com/payments/save-and-reuse?platform=react-native&mobile-ui=payment-element&lang=python#add-server-endpoint
OMG thank you very much, you are a godsent!!!