You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consistently get `"This payment type is not supported yet". At the same time, payment appears in Stripe Dashboard in incomplete status, and expires after some time.
To Reproduce
Steps to reproduce the behavior:
Integrate MobilePay according to the docs
Attempt to pay
Payment appears in Stripe Dashboard
Attempt to confirm payment on mobile
Expected behavior
Confirmation flow for MobilePay gets started
Smartphone (please complete the following information):
Device: iPhone 16
OS: iOS 18.1
The text was updated successfully, but these errors were encountered:
Update a bit later. I made this work in "undocumented" way, by first attempting to confirm the payment in the API, which in turn produces redirectUrl and somehow after that, it is possible to confirm on mobile.
The idea for this case from Direct API flow on web, where first confirm happens on the API.
so it seems that at the very least documentation is missing a crucial step and TypeScript error remains
Describe the bug
In Stripe Documentation for MobilePay, it is clearly specified how to accept a payment. However, this doesn't seem to be possible:
consistently get `"This payment type is not supported yet". At the same time, payment appears in Stripe Dashboard in incomplete status, and expires after some time.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Confirmation flow for MobilePay gets started
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: