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

16 lines
359 B
Plaintext
Raw Normal View History

2026-03-30 14:54:57 +07:00
HTTP/1.1 404 Not Found
Server: nginx
Date: Fri, 15 Apr 2016 21:42:18 GMT
Content-Type: application/json
Content-Length: 138
Connection: keep-alive
Access-Control-Allow-Credentials: true
Cache-Control: no-cache, no-store
{
"error": {
"type": "invalid_request_error",
"message": "No such charge: ch_180ZdUCryC0oikg4v4lc4F59D",
"param": "id"
}
}