question

ben-m avatar image
ben-m asked ben-m commented

Transaction request error response codes

Hi team,

I'm doing ad hoc testing using the test card numbers and I'm trying to get a list of the error codes and messages or what they usually mean.

I'm glad we have access to more to test with, I'm just trying to make the most of it and can't help but feel I'm missing something.


These are the responses I get for example;

116:

Clover payment not successful ( 402 ) RESPONSE:
{
  "message": "402 Payment Required",
  "error": {
    "code": "card_declined",
    "message": "Not sufficient funds",
    "charge": "DGVGYZPR4H6FA",
    "declineCode": "issuer_declined"
  }
} 



318:

Clover payment not successful ( 402 ) RESPONSE: 
{
  "message": "402 Payment Required",
  "error": {
    "code": "card_declined",
    "message": "Invalid min max amount",
    "charge": "ADZ5YZKG5K8N4",
    "declineCode": "issuer_declined"
  }
}  




Where would I find a list of error response codes like 318 and 116 used in the example from the doc?


I'd like to reproduce CVS related error responses, but I can't seem to find a list of those codes.

clover developer communityecommerceinaccurate_api_docs
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
sonalsonavane avatar image
sonalsonavane answered ben-m commented
1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

ben-m avatar image ben-m commented ·
I appreciate the help, but this is not what I'm asking.


See the ad hoc testing section I anchored with the link in my original post. These are different codes and messages.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community