按 ID 获取转账订单
GET
/api/v1/transfer/query/orders/{bizId}HMAC根据业务 ID 获取指定转账订单。
请求头
路径参数
请求示例
curl -X GET https://api.lampay.app/api/v1/transfer/query/orders/<bizId> \
-H "X-Api-Key: sk_live_xxx" \
-H "X-Signature: <computed_signature>" \
-H "X-Timestamp: 1709337600" \
-H "X-Nonce: 550e8400-e29b-41d4-a716-446655440000"