cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

The credit card number is invalid in sandbox

I use Sandbox and PHP examples from sample codes for create customer profile and charge credit card. But when i put master credit card number 5424000000000010 and others master cards (get from https://developer.authorize.net/hello_world/testing_guide.html) there is an error: "The credit card number is invalid". Is there any idea how to solve this problem? 

motilalsoni_0-1675081366304.png

Getting below response from payment gateway

{
"responseCode": "3",
"authCode": "000000",
"avsResultCode": "P",
"cvvResultCode": "",
"cavvResultCode": "",
"transId": "0",
"refTransID": "",
"transHash": "",
"testRequest": "1",
"accountNumber": "XXXX0010",
"accountType": "",
"errors": {
"error": [
{
"errorCode": "6",
"errorText": "The credit card number is invalid."
}
]
},
"transHashSha2": "F6E48A1F8E78FD137A0BC6CE67C40D91C127D587BF5FA143B0B5772C672750C232D84BCA0481A219308E5D202E43563216D73DA552A334D22C9124502AE8FB28"
}

 

motilalsoni
Member
0 REPLIES 0