Create Business Owner Account

Create a new user account. You have to run this before creating a new merchant account

POST {{BASE_URL}}/account/agent_create_account/

ParameterTypeDescriptionRequired

email

integer

Email address

true

first_name

string

First name

true

last_name

string

Last name

true

phone

string

Phone number

true

bvn_number

string

BVN

true

N:B - Check how the moni-signature is formed and how you can get your Bearer token.

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

Last updated