-
Notifications
You must be signed in to change notification settings - Fork 19
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
What should I do after getting the checkoutResponse??? #38
Comments
After calling create function, you should call pay function. You can implement this by 2 ways.
You can check the status of payment (e.g. "PAID" or "FAILED") in the body of response. Second is to call process checkout API using customService of sumup-ecom-php-sdk like the following.
I hope this will help you. |
how can I test with a fake card? because when I do a put to validate the checkout it returns me a "client error"
|
Do you have any idea why I get a 400 error every time? |
I am getting the checkoutResponse properly, now what should I do? How to evaluate final order status?
The text was updated successfully, but these errors were encountered: