Skip to content
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

When getCode() == 252 or 253, then $response->isSuccessful() should be true #22

Open
MikeCraig418 opened this issue Dec 8, 2020 · 1 comment

Comments

@MikeCraig418
Copy link

Reference:

https://developer.authorize.net/api/reference/features/errorandresponsecodes.html

I believe statusCode 252 and 253 should register a successful response.

The message from Authorize.net is

Your order has been received. Thank you for your business!

The documentation linked above says:

CODE: 252

EXPLANATION: Your order has been received. Thank you for your business!

OTHER SUGGESTIONS: The transaction was accepted, but is being held for merchant review. 

The merchant may customize the customer response in the Merchant Interface.

What do you think?

@MikeCraig418
Copy link
Author

I apologize, it appears that some of my suspicious transactions were actually declined.

But considering some were accepted, I'm still not sure how to handle these. Is there a way to handle the suspicious transactions that were Approved and dump the ones that were declined?

Each one of these resulted in a 252 code:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant