Files
kulakpos_web/vendor/omnipay/stripe/tests/Mock/FetchBalanceTransactionSuccess.txt
triagungbiantoro 417b7b7453
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m27s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 31s
Build, Push and Deploy / deploy-production (push) Has been skipped
harga pada beranda terhubung ke manage plans di dashboard admin
2026-04-25 21:57:25 +07:00

50 lines
1.1 KiB
Plaintext
Executable File

HTTP/1.1 200 OK
Server: nginx
Date: Wed, 24 Jul 2013 07:14:02 GMT
Content-Type: application/json;charset=utf-8
Content-Length: 1092
Connection: keep-alive
Access-Control-Allow-Credentials: true
Access-Control-Max-Age: 300
Cache-Control: no-cache, no-store
{
"id": "txn_1044bu4CmsDZ3Zk6BGg97VUU",
"object": "balance_transaction",
"amount": 4013,
"available_on": 1401235200,
"created": 1400651717,
"currency": "eur",
"description": "Test #4",
"fee": 226,
"fee_details": [
{
"amount": 80,
"application": null,
"currency": "chf",
"description": "Stripe currency conversion fee",
"type": "stripe_fee"
},
{
"amount": 146,
"application": null,
"currency": "chf",
"description": "Stripe processing fees",
"type": "stripe_fee"
}
],
"net": 3787,
"source": "ch_1044bu4CmsDZ3Zk6HkSkVsxd",
"sourced_transfers": {
"object": "list",
"data": [
],
"has_more": false,
"total_count": 0,
"url": "/v1/transfers?source_transaction=ch_1044bu4CmsDZ3Zk6HkSkVsxd"
},
"status": "available",
"type": "charge"
}