QueryBurnQRCodeStatus
Function
Query Burn QR Code Status
Endpoint
- /v1/point/qrcode-status
HTTP Method
- POST
Request Headers
- Authorization: Bearer {token}
- X-App-Key: {appKey}
Request Payload
{
"qrcodeValue":"202307181100468976HB1L9Z&0.40&20230718110146&10012275255"
}
Request Parameters
| Field | Required | Type | Remark | Sample |
|---|---|---|---|---|
| qrcodeValue | Yes | string | Qr Code Value | xxx |
Response Payload
{
"status": 1,
"errorCode": 0,
"message": "success",
"qrcodeStatus": "Available",
"expirationTime": "2023-07-18T11:01:46+08:00"
}
Response Parameters
| Field | Required | Type | Remark | Sample |
|---|---|---|---|---|
| status | Yes | string | status code of the api call | |
| message | Yes | string | detail message of the api call | |
| errorCode | No | string | ||
| memberId | No | string | memberId | |
| point | No | int | point | 0 |
| dollar | No | string | dollar | 0.00 |
| qrcodeStatus | No | string | QR Code Status:Available、Used、Expired、Other | Available |
| expirationTime | No | string | expiration time | 2023-07-18T11:01:46+08:00 |
Response Headers
Error Codes
| Status Code | Status Description |
|---|---|
| 1 | Internal Error |
| 3 | Missing Parameter |
| 4 | Invalid Input |