#waqas-ahmad_code
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/1346027584588087407
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
When user click on pay directly stripe card screen open where stripe ask for card info for payment.
Can you describe what is the problem you are facing? I didn't see a specific question
I have pizza app in which user buy pizza. I integerate stripe for payment. I have enable twint, apple pay and card option. It means user will select option first then pay but when user click directly stripe show card detail screen
I want this behaviour
https://docs.stripe.com/payments/accept-a-payment?platform=react-native I follow this guide
??
Do you mean the PaymentSheet doesn't show Twint as you expected?
Can you share the PaymentIntent which was used?
pi_xxx
ApplePay depends on the device. It needs to login in an Apple account which has card setup
What about twint?
Yeah looking at the PI you shared. It correctly has TWINT though
Can you screenshot how your PaymentSheet looks like?
Ah I see
Twint hasn't been supported in PaymentSheet yet, unfortunately
I will record your feedback
The screenshot above is from https://docs.stripe.com/payments/payment-methods/payment-method-support#bank-redirects-product-support
So which service will I use in mobile that support apple pay, google pay, twint and credit card option?
You can use a combination of PaymentSheet for ApplePay/GooglePay/card, and then use a webview for Twint
hi! I'm taking over this thread. let me know if you have other questions!
how can I use twint from webview. Any doc link?
we don't have doc specifically about webviews. for Twint, you could use Payment Element or Checkout Sessions