Skip to content

Instantly share code, notes, and snippets.

@bhatti
Created November 1, 2022 04:46
Show Gist options
  • Select an option

  • Save bhatti/d577aac1c58d37e78a94ce50d38663f4 to your computer and use it in GitHub Desktop.

Select an option

Save bhatti/d577aac1c58d37e78a94ce50d38663f4 to your computer and use it in GitHub Desktop.
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