#flex-akin-_api
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/1341448452026142722
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share a setupintent id where this is happening?
seti_1Qttp1BamNPWeP11we8Mbwln
for more emphasis i am using customerSheetBeta.initialize
Hi hi! Iโm going to be taking over for my colleague here; can you please summarize your issue/question for me?
Oh, maybe I can read back. ๐
oooh okay
Question
https://docs.stripe.com/elements/customer-sheet?platform=react-native#behavior
per this documentation, i want the payment sheet on react native to accept amazon pay and cahsapp,
and i am currently doing what is in this documentation, and i have also already set cahsapp and amazon pay on my dashboard,
could there be other thing i need to do
so on backend where i am generating my set up intent
this is my code
const setupIntent = await stripe.setupIntents.create({
customer: customerId,
usage: 'off_session',
payment_method_types: ['card', 'cashapp', 'amazon_pay' ],
and on the frontend i am using customerSheetBeta.initialize
Note
At this time, CustomerSheet only supports cards and US bank accounts.
Looks like that approach doesn't currently support those payment methods.
What exactly are you trying to accomplish?
Is this for one-off or subscription, real-world goods or digital goods?
I get that, but how / on what will you use the payment method?
on an invoice
One-off, or recurring? And what are you selling?
one off, services basically... people are paying for services
Ok cool. I would probably suggest that you use https://docs.stripe.com/payments/checkout or one of Stripe's other web payment surfaces, and just redirect the user out of the app to that for payment.
hmmmm.... like that's the only way?
Looking that way at the moment, but I'm still digging.
okay i am with you
thanks
https://docs.stripe.com/sdks/react-native One of the other routes of integrating should do what you need - it looks that limitation is only on the CustomerSheet because it's still early days for that.
thnaks timebox... i will check this out
You're welcome - good luck! If you run into specific errors or issues that you're not able to get through on your own, we're always here. ๐