Created
June 19, 2012 01:15
-
-
Save mahmoudimus/2951762 to your computer and use it in GitHub Desktop.
create a bank account
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
curl -X POST https://api.balancedpayments.com/v1/marketplaces/TEST-MP6IEymJ6ynwnSoqJQnUTacN/accounts \ | |
-u 7b7a51ccb10c11e19c0a026ba7e239a9: \ | |
-d email_address="[email protected]" \ | |
-d bank_account[name]="WHC III Checking" \ | |
-d bank_account[account_number]="12341234" \ | |
-d bank_account[bank_code]="321174851" \ | |
-d merchant[type]="person" \ | |
-d merchant[name]="William James" \ | |
-d merchant[street_address]="801 High St" \ | |
-d merchant[postal_code]="94301" \ | |
-d merchant[country]="USA" \ | |
-d merchant[dob]="1842-01" \ | |
-d merchant[phone_number]="+16505551234" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment