Skip to content

Instantly share code, notes, and snippets.

@mahmoudimus
Created June 19, 2012 01:15
Show Gist options
  • Save mahmoudimus/2951762 to your computer and use it in GitHub Desktop.
Save mahmoudimus/2951762 to your computer and use it in GitHub Desktop.
create a bank account
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