We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Denied payment authorization is handled as successful order.
When Intent is Authorize, it is reproduced with both vaulted and newly entered CC.
When Intent is Capture, it is reproduced only with vaulted CC.
Also it was reproduced in live environment with bad CVC and exp. date.
It should be treated the same as a denied capture. User should see an error that their payment was declined and to try a different funding source.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Denied payment authorization is handled as successful order.
Steps to reproduce
When Intent is Authorize, it is reproduced with both vaulted and newly entered CC.
When Intent is Capture, it is reproduced only with vaulted CC.
Also it was reproduced in live environment with bad CVC and exp. date.
Expected behaviour
It should be treated the same as a denied capture. User should see an error that their payment was declined and to try a different funding source.
The text was updated successfully, but these errors were encountered: