#lostuser21_docs
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/1384869557642199202
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
are you following this guide https://docs.stripe.com/payments/amazon-pay/accept-a-payment?web-or-mobile=mobile&payment-ui=ios ?
Hi there ๐ jumping in as my teammate needs to step away soon. Since you're using the Payment Sheet, I believe the guide that you linked is more relevant.
Can you confirm whether this is an iOS app that you're building (since that's the tab it looks like you were on in our docs) or a React Native application?
Amazon Pay requires the use of a redirect (source), so the first place I'd suggest looking is around where you set that up for your app. Step 3 in the guide that you referenced.
If that redirect URL is not correctly configured, then Payment Methods that require a redirect won't be offered to your customers.
Sorry for the delayed response, this is for both ios/androird app. we are using flutter for it. I will try with redirect URL.