Skip to content

Parameters

HTTP Method

All requests use the POST method.

Request Headers

All requests must include the following headers:

FieldData TypeMandatoryDescription
content-typestringYesHard code with application/json
x-api-keystringYesProvided by Paydify, equals to appId
x-api-timestampstringYesCurrent timestamp with millisecond
x-api-signaturestringYesSee Signature Mechanism

Response Headers

FieldData TypeMandatoryDescription
x-api-keystringYesProvided by Paydify, equals to appId
x-api-timestampstringYesCurrent timestamp with millisecond
x-api-signaturestringYesSee Signature Mechanism

Response Body

json
{
  "status": 0,
  "msg": "success",
  "data": {
     
  }
}
{
  "status": 0,
  "msg": "success",
  "data": {
     
  }
}