Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8800347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:33:51+00:00 2026-06-14T00:33:51+00:00

I am using the REST API with C# so I’m not sure how much

  • 0

I am using the REST API with C# so I’m not sure how much it will help if I share my code.

I have an account whose only role is buyer and only has 1 credit card linked.

I would like to add the merchant role to this account by linking a bank account and the necessary merchant information.

If I have the following account:

{
"holds_uri": "/v1/marketplaces/MyMarket/accounts/MyAccount/holds",
"name": "John Smith",
"roles": [
    "buyer"
],
"created_at": "2012-11-06T02:54:03.300028Z",
"uri": "/v1/marketplaces/MyMarket/accounts/MyAccount",
"bank_accounts_uri": "/v1/marketplaces/MyMarket/accounts/MyAccount/bank_accounts",
"refunds_uri": "/v1/marketplaces/MyMarket/accounts/MyAccount/refunds",
"meta": {},
"debits_uri": "/v1/marketplaces/MyMarket/accounts/MyAccount/debits",
"transactions_uri": "/v1/marketplaces/MyMarket/accounts/MyAccount/transactions",
"email_address": "john@smith.com",
"id": "MyAccount",
"credits_uri": "/v1/marketplaces/MyMarket/accounts/MyAccount/credits",
"cards_uri": "/v1/marketplaces/MyMarket/accounts/MyAccount/cards"
}

I understand I can POST the following bank account information to the account‘s bank_account_uri to link the bank account to the account:

{
"name": "WHC III Checking",
"account_number": "12341234",
"bank_code": "321174851"
}

The account still only shows a single buyer role after POSTing the new bank account information to the account‘s bank_account_uri.

How do I add the merchant role to an existing buyer account using the Balanced Payments REST API?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T00:33:53+00:00Added an answer on June 14, 2026 at 12:33 am

    I found some help on the BalancedPayments IRC channel.

    This article shows how: Promote a Buyer Account to a Merchant

    You need to submit a PUT request with the merchant details in the body to the account_uri

    PUT /v1/marketplaces/MyMarket/accounts/MyAccount
    
    {
    "merchant": {
        "phone_number": "+19046281796",
        "city": "San Francisco",
        "name": "jo",
        "dob": "1984-01",
        "state": "CA",
        "postal_code": "94110",
        "type": "person",
        "street_address": "Somewhere over the rainbow",
        "tax_id": "013825400"
    }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a REST API using Django Tastypie. Given the following code The models
implementing publishActivity in PHP using the REST API using this code: $activity = array(
I am using salesforce rest api to access the salesforce account from my rails
I need to create a deployment using REST API. http://msdn.microsoft.com/en-us/library/windowsazure/ee460813 There I have to
I noticed that using LinkedIn REST API in my application, i have a strange
Trying to implement Piwik using REST API over http but need a little help.
I have to get Dow Jones Index using rest API in Flash. I found
I am developing a REST API layer for my application using Zend_Rest_Controller. I have
How to create a Sub task using REST API. I Could not find any
I'm trying to execute a SOQL query using salesforce REST API which will return

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.