Get Sub-merchant

For Retailers: This API enables you to fetch detailed information of sub-merchant accounts For Platforms: This API allows you to fetch detailed information of his merchant accounts.

Live:

POST https://api.ezeebit.com/open/api/v1/subMerchant/query

UAT

POST https://dev-api.ezeebit.com/open/api/v1/subMerchant/query

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

{
  "subMerchantNum": "11121096"
}

Form data

Name
Type
Required
Description

subMerchantNum

string

Y

The Sub-merchant Number of the Merchant, It can be obtained from the Store Sub-merchant of Merchant Portal

Response

Last updated