-
Notifications
You must be signed in to change notification settings - Fork 83
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
Stripe.presentPaymentSheet() return an error #119
Comments
Sorry to delay the reply. Thanks. |
Hi @hideokamoto, Thanks for your reply! I tried several things and the error appears because I have tested on the browser using However, after the function Demo: link to video So very similar to this issue: #106 Do you know what I have to change? I am gradually approaching :) Thanks, |
Hi @hideokamoto, Ok I see what was wrong. I used the secretKey (sk_test…) instead of the publicKey (pk_test…). Now I will try the ApplePay and GooglePay tools :) Regards |
@loicparent Did you adapt this plugin for production? If yes, please tell us what app. Please help us to develop this plugin in 2022. |
Hello,
I try to setup a payment subscription using this plugin.
Description of the issue:
I retrieve correctly (from the server) the 3 keys required for the function "Stripe.createPaymentSheet".
But, when I log this function, I see nothing in the console.
When I call then this function "Stripe.presentPaymentSheet", I have an error returned:
Could someone helps me to understand what's wrong?
More information:
Thanks and have a nice day
Loïc
The text was updated successfully, but these errors were encountered: