5.Hủy lệnh
GET request: /api/v1/recharge/cancel
QUERY PARAMETERS
Field
Type
Description
apiKey
string
Your API key.
id
int
id nạp muốn check, id đc lấy từ bước 1 hoặc bước 2
chargeType
String
bank : nạp tiền
bankout : rút tiền
Ví dụ:
RESPONSE
Field
Type
Description
status
int
trạng thái lệnh.
1hủy lệnh thành công-1server đang bận, bảo trì-2sai thông tin kết nối, apikey, tk bị khóa..
msg
string
nội dung thông báo.
Ví dụ:
{
"status": 1,
"msg": "success"
}Last updated