Created
November 1, 2022 04:46
-
-
Save bhatti/d577aac1c58d37e78a94ce50d38663f4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| export http_proxy="http://localhost:8081" | |
| export https_proxy="http://localhost:8081" | |
| curl -k -v -H "Authorization: Bearer sk_test_xxxx" \ | |
| https://api.stripe.com/v1/customers/cus_xxx/cash_balance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment