Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am wbronitsky on github.
  • I am wbronitsky (https://keybase.io/wbronitsky) on keybase.
  • I have a public key ASCLUL-SoUBlc-wRpLS_1btnpM7sPIjGEMwn00vXAASSyQo

To claim this, I am signing this object:

@wbronitsky
wbronitsky / gist:f99dc5cfdcde7f46fba3
Created March 9, 2016 18:41
Example of usage=source
curl https://api.stripe.com/v1/tokens \
-u YOUR_API_KEY: \
-d bank_account[country]=US \
-d bank_account[currency]=usd \
-d bank_account[account_holder_type]=individual \
-d bank_account[routing_number]=110000000 \
-d bank_account[account_number]=000123456789 \
-d usage=source
Returns: