Files
kulakpos_web/vendor/omnipay/stripe/tests/Mock/CreateTokenSuccess.txt
eko54r b5e3a778ce
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
allow vendord
2026-03-30 14:54:57 +07:00

51 lines
1.3 KiB
Plaintext

HTTP/1.1 200 OK
Server: nginx
Date: Mon, 19 Jun 2017 00:28:43 GMT
Content-Type: application/json
Content-Length: 798
Connection: keep-alive
Access-Control-Allow-Credentials: true
Access-Control-Allow-Methods: GET, POST, HEAD, OPTIONS, DELETE
Access-Control-Allow-Origin: *
Access-Control-Max-Age: 300
Cache-Control: no-cache, no-store
Request-Id: req_ArxgXN0W9YsXss
Stripe-Account: acct_14901h0a0fh01293
Stripe-Version: 2015-04-07
Strict-Transport-Security: max-age=31556926; includeSubDomains
{
"id": "tok_1AWDl1JqXiFraDuL2xOKEXKy",
"object": "token",
"card": {
"id": "card_1AWDl1JqXiFraDuL8KJpKlxe",
"object": "card",
"address_city": null,
"address_country": null,
"address_line1": null,
"address_line1_check": null,
"address_line2": null,
"address_state": null,
"address_zip": null,
"address_zip_check": null,
"brand": "Visa",
"country": "US",
"currency": "usd",
"cvc_check": null,
"dynamic_last4": null,
"exp_month": 8,
"exp_year": 2019,
"fingerprint": "OfIzYIod5lokCObt",
"funding": "credit",
"last4": "4242",
"metadata": {},
"name": null,
"tokenization_method": null
},
"client_ip": "179.24.124.12",
"created": 1497832123,
"livemode": false,
"type": "card",
"used": false
}