x

Why did my payment fail?

   [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
962 Views
Message 1 of 2
Report
1 REPLY 1

The code says the postal code check failed. So maybe the zip code entered did not match the card.

940 Views
Message 2 of 2
Report