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.