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ụ:

https://autobank.com/api/v1/recharge/cancel?apiKey=TSKIo0vYRISTJdIuKaQQzLkMXstth6s35KIFH34HV7LjXwcIcJ1Gvwa&id=3&chargeType=bank

RESPONSE

Field
Type
Description

status

int

trạng thái lệnh.

  • 1 hủy lệnh thành công

  • -1 server đang bận, bảo trì

  • -2 sai 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