| 错误码 | 触发条件 |
|---|---|
CARD_WALLET.ORDER_NOT_FOUND | 转账订单不存在。 |
REQUEST.CONFLICT | 订单不是 PENDING_APPROVAL 状态,或不属于当前调用方。 |
REQUEST.CONFLICT | 同一幂等请求仍在处理中,或幂等键已用于不同请求。 |
{
"bizId": "UCPGWO_1234567890ABCDEF"
}curl --location 'https://api.lampays.com/card-products/wallets/transfers/cancel' \
--header 'X-API-VERSION: 1' \
--header 'X-Api-Key: {{api_key}}' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm;' \
--header 'X-Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"bizId": "UCPGWO_1234567890ABCDEF"
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"bizId": "cbgwo_1234567890abcdef",
"userCardProductGroupWalletBizId": "cbgw_1234567890abcdef",
"internalWalletBizId": "iw_1234567890abcdef",
"direction": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"currency": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active",
"scale": 2,
"isFiat": true,
"isStablecoin": false
},
"amount": 10000,
"amountScale": 2,
"status": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"approvalStatus": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"requestedBy": "user_1234567890abcdef",
"approvedBy": "user_abcdef1234567890",
"approvedAt": 1767225600000,
"rejectionReason": "Insufficient approval evidence",
"completedAt": 1767225660000,
"failureReason": "Provider transfer failed",
"createdAt": 1767225500000,
"updatedAt": 1767225600000
}
}