Skip to content

Instantly share code, notes, and snippets.

@alexknowshtml
Created November 19, 2013 00:12
Show Gist options
  • Save alexknowshtml/7537741 to your computer and use it in GitHub Desktop.
Save alexknowshtml/7537741 to your computer and use it in GitHub Desktop.
curl https://api.stripe.com/v1/tokens \
-u sk_IHiqfU9wqFlw0TTOhqGINBkQXAR8g: \
-d "bank_account[country]=US" \
-d "bank_account[routing_number]=110000000" \
-d "bank_account[account_number]=000123456789"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment