Skip to content

Instantly share code, notes, and snippets.

@DreySkee
Created February 23, 2017 21:54
Show Gist options
  • Save DreySkee/5e4f73b0e80d5cf74012bc295959e352 to your computer and use it in GitHub Desktop.
Save DreySkee/5e4f73b0e80d5cf74012bc295959e352 to your computer and use it in GitHub Desktop.
stripe.transfers.create(
{
amount: 100,
currency: "usd",
destination: "default_for_currency",
source_type: "bank_account"
},
{stripe_account: "acct_19qSMyGNNhYMoOcx"}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment