add cluster
Create new merchant’s cluster
This endpoint is throttled to 1 request every 1,000 milliseconds.
Request
Method
URL
POST
{{baseUrl}}/api/service/v1/query/merchant/cluster/add
Header
Value
Content-Type
application/json
publicKey
{{publicKey}}
b-access-token
{{accessToken}}
Use the accessToken that was given in response to /api/service/v1/query/merchant/login
Request Body
Description
businessname
Name of Business
Mandatory
Email of contact person
Mandatory
phone
Phone of contact person
Mandatory
contactfirstname
First Name of contact person
Mandatory
contactlastname
Last Name of contact person
Mandatory
bvn
BVN of contact person
Mandatory
Last updated