Files
kulakpos_web/vendor/omnipay/stripe/tests/Mock/PurchaseFailureWithoutCode.txt

18 lines
392 B
Plaintext
Raw Normal View History

2026-03-30 14:54:57 +07:00
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": {
"message": "Your card was declined",
"type": "card_error",
"charge": "ch_1KGNWMAOUdAbbC"
}
}