Skip to content

Instantly share code, notes, and snippets.

@alexknowshtml
Created November 19, 2013 00:10
Show Gist options
  • Save alexknowshtml/7537720 to your computer and use it in GitHub Desktop.
Save alexknowshtml/7537720 to your computer and use it in GitHub Desktop.
curl https://api.stripe.com/v1/recipients \
-u sk_IHiqfU9wqFlw0TTOhqGINBkQXAR8g: \
-d "name=BUSINESSNAME LLC" \
-d type=corporation \
-d tax_id=00000000 \
-d "email=any@domain.com" \
-d "description=My first recipient"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment