[0]=>
object(stdClass)#9 (3) {
["category"]=>
string(20) "PAYMENT_METHOD_ERROR"
["code"]=>
string(13) "CARD_DECLINED"
["detail"]=>
string(14) "Card declined."
}
[1]=>
object(stdClass)#17 (3) {
["category"]=>
string(20) "PAYMENT_METHOD_ERROR"
["code"]=>
string(18) "VERIFY_AVS_FAILURE"
["detail"]=>
string(25) "Postal code check failed."
Give solution on that error
The code says the postal code check failed. So maybe the zip code entered did not match the card.
Square Community