Created
February 23, 2017 21:54
-
-
Save DreySkee/5e4f73b0e80d5cf74012bc295959e352 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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