Get Store

For Retailers: This API enables you to fetch detailed information of stores For Platforms: This API allows you to fetched detailed info of customer account.

Live:

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

UAT:

POST https://dev-api.ezeebit.com/open/api/v1/store/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

{
  "storeNumber": "635428224"
}

Form data

Name
Type
Required
Description

storeNumer

string

Y

The Store Number of the Merchant, It can be obtained from the Store List of Merchant Portal or through the Get Merchant interface

Response

Last updated