'Ionic 5 Stripe checkout success_url
I am deploying on IOS and Android mobiles a hybrid app developed using ionicframework. How to declare to Stripe Checkout a successUrl referencing a page hosted into the app in the phone? If someone has a working example, i will appreciate.
Solution 1:[1]
You should define a DeepLink in your Ionic application and set it as the success_url for the Checkout session. So that upon Checkout session completion, Stripe will invoke this DeepLink and navigate your customer to the desired page.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | qichuan |
