Files
kulakpos_web/vendor/omnipay/stripe/tests/Mock/CreateCustomerSuccess.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

42 lines
981 B
Plaintext

HTTP/1.1 200 OK
Server: nginx
Date: Tue, 26 Feb 2013 16:11:12 GMT
Content-Type: application/json;charset=utf-8
Connection: keep-alive
Access-Control-Max-Age: 300
Access-Control-Allow-Credentials: true
Cache-Control: no-cache, no-store
{
"object": "customer",
"created": 1361895072,
"id": "cus_1MZSEtqSghKx99",
"livemode": false,
"description": "fdsa",
"default_card": "card_15WhVwIobxWFFmzdQ3QBSwNi",
"active_card": {
"object": "card",
"last4": "4242",
"type": "Visa",
"exp_month": 9,
"exp_year": 2019,
"fingerprint": "dfB0t0avO0bWr9eY",
"country": "US",
"name": "fdjsk fdjksl",
"address_line1": "",
"address_line2": "",
"address_city": "",
"address_state": "",
"address_zip": "",
"address_country": "",
"cvc_check": "pass",
"address_line1_check": "pass",
"address_zip_check": "pass"
},
"email": null,
"delinquent": false,
"subscription": null,
"discount": null,
"account_balance": 0
}