2. Query Authorization Status
Brief Description
- Authorization direct debit - query authorization status interface
Request URL
/api/jt/direct/debit/token/query
Request Method
| Parameter Name | Required | Type | Description |
| Content-Type | Yes | string | application/json |
Request Body Parameters
| Parameter Name | Required | Type | Description |
| appId | Yes | string | Application APPID |
| userId | Yes | string | Merchant internal user ID |
| payToken | No | string | Token value |
| timestamp | Yes | long | Current timestamp |
| sign | Yes | string | Signature |
Request Body Example
Response Parameters
| Parameter Name | Type | Description |
| code | integer | Response code |
| message | string | Response message |
| data | Object | Data |
data Parameters
| Parameter Name | Type | Example | Description |
| userId | String | Merchant internal user ID | |
| tokenList | List<TokenInfo> | Token details list | |
TokenInfo Parameters
| Parameter Name | Type | Description |
| channelcode | string | Channel code |
| paytoken | string | Token value |
| tokenStatus | string | Token status (ACTIVED, INACTIVED) |
| expiresTime | string | Token expiration time |
| inactiveTime | string | Token deactivation time |
| inactiveType | string | Token deactivation type (MCH_CANCEL, PLATFORM_CANCEL, USER_CANCEL, EXPIRED) |
Response Example