Create Merchant Account

Create new merchant account

POST {{BASE_URL}}/account/agent_create_merchant/

ParameterTypeDescriptionRequired

account_holder_id

integer

id of the account holder

true

account_legal_name

string

Legal name of business

true

account_trade_name

string

Trade name of business

true

account_country

string

Country

true

account_category

string

Category

Use the MISC/List Business Categories ENDPOINT

true

{
      
      'Authorization': 'Bearer dcf9e6f376c422d3ca925457b7927793a6d1713034426ccf2c07ae956e39',
      'Content-Type': 'application/json',
      'moni-signature': '3cfbfbd7dc975057f10a10b20d5e91b489e15d36778b680be7b34a18e7c587a5',
      'bani-superagentkey':'SPA-S1WGEDGEBDGEBWBWEBW'
 }

Last updated