Parameters
HTTP Method
All requests use the POST
method.
Request Headers
All requests must include the following headers:
Field | Data Type | Mandatory | Description |
---|---|---|---|
content-type | string | Yes | Hard code with application/json |
x-api-key | string | Yes | Provided by Paydify , equals to appId |
x-api-timestamp | string | Yes | Current timestamp with millisecond |
x-api-signature | string | Yes | See Signature Mechanism |
Response Headers
Field | Data Type | Mandatory | Description |
---|---|---|---|
x-api-key | string | Yes | Provided by Paydify , equals to appId |
x-api-timestamp | string | Yes | Current timestamp with millisecond |
x-api-signature | string | Yes | See Signature Mechanism |
Response Body
json
{
"status": 0,
"msg": "success",
"data": {
}
}
{
"status": 0,
"msg": "success",
"data": {
}
}