Skip to content

Instantly share code, notes, and snippets.

@remear
Created May 1, 2013 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remear/5495229 to your computer and use it in GitHub Desktop.
Save remear/5495229 to your computer and use it in GitHub Desktop.
merchant = marketplace.create_merchant(
:email_address => "merchant@example.org",
:merchant => {
:type => "person",
:name => "Billy Jones",
:street_address => "801 High St.",
:postal_code => "94301",
:country => "USA",
:dob => "1842-01",
:phone_number => "+16505551234",
},
:bank_account_uri => bank_account.uri,
:name => "Jack Q Merchant",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment