Skip to content

Instantly share code, notes, and snippets.

@alexknowshtml
Last active December 28, 2015 17:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexknowshtml/7537795 to your computer and use it in GitHub Desktop.
Save alexknowshtml/7537795 to your computer and use it in GitHub Desktop.
curl https://api.stripe.com/v1/transfers \
-u sk_IHiqfU9wqFlw0TTOhqGINBkQXAR8g: \
-d amount=12345678 \
-d currency=usd \
-d recipient=rp_2xtdxyERwojXtS \
-d "description=Reason for this transfer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment