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

41 lines
860 B
Plaintext

HTTP/1.1 200 OK
Server: nginx
Date: Fri, 15 Feb 2013 18:25:28 GMT
Content-Type: application/json;charset=utf-8
Content-Length: 995
Connection: keep-alive
Cache-Control: no-cache, no-store
Access-Control-Allow-Credentials: true
Access-Control-Max-Age: 300
{
"id": "ch_1IU9gcUiNASROd",
"object": "charge",
"created": 1360952728,
"livemode": false,
"paid": true,
"amount": 1000,
"currency": "usd",
"refunded": false,
"fee": 59,
"fee_details": [
{
"amount": 59,
"currency": "usd",
"type": "stripe_fee",
"description": "Stripe processing fees",
"application": null,
"amount_refunded": 0
}
],
"source": {
"id": "card_15WgqxIobxWFFmzdk5V9z3g9"
},
"failure_message": null,
"amount_refunded": 0,
"customer": null,
"invoice": null,
"description": "first purchase",
"dispute": null
}