Last active
November 2, 2022 18:19
-
-
Save bhatti/0dffcf27606b2898f2b647b43cfb7cd2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
method: GET | |
name: recorded-v1-customers-cus | |
path: /v1/customers/cus_**/cash_balance | |
description: recorded at 2022-10-29 04:26:17.24776 +0000 UTC | |
request: | |
match_query_params: {} | |
match_headers: {} | |
match_content_type: "" | |
match_contents: "" | |
example_path_params: {} | |
example_query_params: {} | |
example_headers: | |
Accept: '*/*' | |
Authorization: Bearer sk_test_xxx | |
User-Agent: curl/7.65.2 | |
X-Mock-Url: https://api.stripe.com/v1/customers/cus_/cash_balance | |
example_contents: "" | |
response: | |
headers: | |
Access-Control-Allow-Credentials: | |
- "true" | |
Access-Control-Allow-Methods: | |
- GET, POST, HEAD, OPTIONS, DELETE | |
Access-Control-Allow-Origin: | |
- '*' | |
Access-Control-Expose-Headers: | |
- Request-Id, Stripe-Manage-Version, X-Stripe-External-Auth-Required, X-Stripe-Privileged-Session-Required | |
Access-Control-Max-Age: | |
- "300" | |
Cache-Control: | |
- no-cache, no-store | |
Content-Length: | |
- "168" | |
Content-Type: | |
- application/json | |
Date: | |
- Sat, 29 Oct 2022 04:26:17 GMT | |
Request-Id: | |
- req_lOP4bCsPIi5hQC | |
Server: | |
- nginx | |
Strict-Transport-Security: | |
- max-age=63072000; includeSubDomains; preload | |
Stripe-Version: | |
- "2018-09-06" | |
content_type: application/json | |
contents: |- | |
{ | |
"object": "cash_balance", | |
"available": null, | |
"customer": "cus_", | |
"livemode": false, | |
"settings": { | |
"reconciliation_mode": "automatic" | |
} | |
} | |
contents_file: "" | |
status_code: 200 | |
wait_before_reply: 0s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment