-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return to merchant button not working #96
Comments
@raghuchaharsqm Please try demo app. : https://github.com/capacitor-community/stripe/tree/master/demo/angular |
I got the error, actually there were few things missing in docs i.e we have to save address, description and name while creating customer while paying in outside currency from India (eg. USD) which is not mentioned in docs and is explicitly mentioned on this doc https://stripe.com/docs/india-accept-international-payments. |
@raghuchaharsqm Thanks for good issues and resolve method. |
It looks to resolved issue, so I will close this issue. |
@raghuchaharsqm Did you adapt this plugin for production? If yes, please tell us what app. Please help us to develop this plugin in 2022. |
I am trying to integrate payment flow using stripe and capacitor on frontend and stripe with NodeJs on backend, Following steps provided in this repo but stucked on return to merchant button after createPaymentFlow method.
Backend(NodeJs):
Fontend(Ionic-react/capacitor) -
When I am initiating payment, I am getting add your payment information page.
After adding card, I am getting a button return to merchant in stripe web view, but that button is not working, neither the payment is successful.
Is there any step missing in docs which I had to consider, please help me out in this.
The text was updated successfully, but these errors were encountered: