| Api-Key | apiKey (merchant credential, bound to IP whitelist) | Yes* | Required for all except Get Token; Get Token only needs this field |
| Timestamp | Unix timestamp in milliseconds | Yes* | Deviation from server time must be within 60 seconds, and future timestamps are not accepted |
| Access-Token | Login token | Yes* | Required for all except Get Token; returns 1005 when future timestamp is rejected |
| Signature | Signature value | No | Used for platform → merchant callbacks |
| Sign-Version | Signature algorithm version | No | Defaults to V1 (used in callbacks) |
| Timezone | Timezone | No | Defaults to UTC+8, affects list query time boundaries |
| Language | Response msg language | No | e.g. zh_CN / en_US; affects multilingual error messages |
| Content-Type | Request content type | Yes | Fixed value: application/json |