-
Notifications
You must be signed in to change notification settings - Fork 21
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
Most transactions fails when using sdk or REST API v0.2 #39
Comments
Hello there, @multikitty thanks for reporting. The usage of v0.2 API may not be the issue with the failed payments. This version has been used since 2020 :) Here is a working example of an app for reference: And here is where the SDK is used: |
Thanks for your response.
In my case, the response -> (type === 'success' && body.status === 'FAILED') (almost always) |
I created checkout page using Payment Widget sdk like the following:
When I click the submit button, the request is sent to https://api.sumup.com/v0.2/checkouts/:id
Transactions almost always fail. Most transactions fail. I wonder if v0.2 is the reason.
So I tried to process checkouts via REST API v0.2 instead of v0.1.
The result is same as sdk. But the transactions always succeed via v0.1.
Who can let me know the url of sumup-card widget sdk file using v0.1 if it exist?
The text was updated successfully, but these errors were encountered: