Create Sub-merchant
Sub-merchant can be created according to merchants
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
{
"code": 200,
"msg": "success",
"data": true
}{
"code": 10001,
"msg": "Incorrect signature result",
"data": null
}Last updated