| 错误码 | 触发条件 |
|---|---|
RESOURCE.NOT_FOUND | 当前工作区内找不到该卡片。 |
VALIDATION.INVALID_PARAMETER | 卡片不是预付卡,或消费规则无效。 |
{
"cardInfoBizId": "VC_ABCDEF1234567890"
}curl --location 'https://api.lampays.com/card-products/10010107/cards/get' \
--header 'X-API-VERSION: 2' \
--header 'X-Api-Key: {{api_key}}' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm: RSA-SHA256' \
--header 'Content-Type: application/json' \
--data '{
"cardInfoBizId": "VC_ABCDEF1234567890"
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"card": {
"bizId": "VC_ABCDEF1234567890",
"userCardProductGroupBizId": "UCPG_ABCDEF1234567890",
"platformCardProductBizId": "PLCP_ABCDEF1234567890",
"cardWalletBizId": "UCPGW_ABCDEF1234567890",
"cardDisplayName": "Operations Card",
"platformCardDisplayName": "Operations Card",
"cardNetwork": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"cardType": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"cardFundingModel": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"currency": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active",
"scale": 2,
"isFiat": true,
"isStablecoin": false
},
"maskedPan": "**** 4242",
"last4": "4242",
"status": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"providerOperationStatus": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"infoSyncStatus": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"providerType": 10010105,
"spentAmount": 0,
"limitAmount": 0,
"availableAmount": 0,
"createdAt": 1713628800000,
"updatedAt": 1713629600000
},
"fundingModel": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"settings": null,
"customizable": {
"property1": true,
"property2": true
}
}
}