-
Notifications
You must be signed in to change notification settings - Fork 414
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 payment not charging, but it succeeds #267
Comments
Hey Hugo, that's by design - you need to send the encrypted card token to your server and process the payment remotely. Let me know if you have any more questions and I can try to help 😁 The flow should be
There is a 60 second timeout on the apple pay dialog so your server should respond before that. |
Great, I've figured it out - cheers! |
Amazing @nica0012 ! To help other people coming here later would you mind telling your solution? |
In my case I'm using firebase, so I used firebase cloud functions to send the response with the token to their server (cloud functions) to complete the payment there 👌🏼 |
For some reason I am not receiving payments on stripe. They are succeeding but the problem is a charge not being created?
Is anyone else experiencing this? is not, how do i ensure my users are being charged?
The text was updated successfully, but these errors were encountered: