Create Sub-merchant
For Retailers: This API enables you to create sub-merchant accounts under your main retail. For Platforms: This API allows you to create multiple merchant accounts.
Live:
POST https://api.ezeebit.com/open/api/v1/subMerchant/add
UAT:
POST https://dev-api.ezeebit.com/open/api/v1/subMerchant/add
Headers
Name
Type
Required
Value
Content-Type
string
Y
application/json
Ezeebit-Timestamp
long
Y
UnixTimestamp in milliseconds
Ezeebit-Nonce
string
Y
must be 32 digits
Ezeebit-Certificate-SN
string
Y
API key issued by Ezeebit Pay system
Ezeebit-Signature
string
Y
this should use SHA512, and be in upper case
Request body
{
"name": "nulla cillum1"
}Form data
Parameter
Type
Required
Description
name
string
Y
Name of the Sub-merchant that you want to add
Response
Last updated