riainvoice/vendor_old/omnipay/stripe/tests/Mock/PurchaseFailureWithoutMessage.txt
2021-10-01 23:56:38 +05:30

18 lines
380 B
Plaintext

HTTP/1.1 402 Payment Required
Server: nginx
Date: Fri, 15 Feb 2013 18:26:37 GMT
Content-Type: application/json;charset=utf-8
Content-Length: 151
Connection: keep-alive
Cache-Control: no-cache, no-store
Access-Control-Allow-Credentials: true
Access-Control-Max-Age: 300
{
"error": {
"type": "card_error",
"code": "card_declined",
"charge": "ch_1JEJGNWFYxAwgF"
}
}