Kiểm tra thông tin token và thẻ
API kiểm tra thông tin token và thẻ
Endpoint: /api/v1.1/token/{order_id}
Method: GET
Header: Cách tạo JWT_TOKEN
{
"X-APPOTAPAY-AUTH": Bearer JWT_TOKEN,
"Content-Type": "application/json"
}
HTTP Request: Trống
HTTP Response:
Tham số | Kiểu dữ liệu | Mô tả |
---|---|---|
errorCode | Integer | Mã lỗi |
message | String | Mô tả lỗi |
tokenResult | Json | Thông tin token và thẻ được lưu |
Example Response
{
"errorCode": 0,
"message": "Thành công",
"tokenResult": {
"status": "active",
"token": "2608305625050425",
"card_name": "NGUYEN VAN A",
"card_number": "970400xxxxxx0018",
"card_date": "",
"card_type": "ATM_CARD"
}
}