Query Certificate

For Security Purpose, Ezeebit Pay will add signature for webhook notification. Partner need to verify the signature using the public key issued from ezeebit Pay . Public key queried from this API.

Live:

POST https://api.ezeebit.com/open/api/v1/certificates

UAT:

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

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

Response

{
    "code": 200,
    "msg": "success",
    "data": "String"
}

Last updated