settings 更新卡片消费规则。允许自定义的维度整体替换,锁定维度保留当前值。| 错误码 | 触发条件 |
|---|---|
VALIDATION.INVALID_PARAMETER | 消费规则不受支持、不允许自定义或结构无效。 |
RESOURCE.NOT_FOUND | 卡片不存在或不属于当前工作区。 |
REQUEST.CONFLICT | 关联的服务商资源不可用。 |
REQUEST.CONFLICT | 同一幂等请求仍在处理中、幂等键已用于不同请求,或已超过 24 小时结果重放期;可通过 X-Operation-Id 查询处理状态。 |
{
"cardInfoBizId": "VC_ABCDEF1234567890",
"settings": {
"limits": [
{
"period": "DAILY",
"amountMinor": 50000,
"timezone": "Asia/Shanghai",
"startDate": "2026-09-01"
}
],
"transaction": {
"minMinor": 100,
"maxMinor": 100000
},
"merchantRule": {
"mode": "ALLOW",
"merchantIds": [
"string"
]
},
"countryRule": {
"mode": "ALLOW",
"countries": [
"string"
]
}
}
}curl --location 'https://api.lampays.com/card-products/10010105/cards/spending-controls/update' \
--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 'X-Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"cardInfoBizId": "VC_ABCDEF1234567890",
"settings": {
"limits": [
{
"period": "DAILY",
"amountMinor": 50000,
"timezone": "Asia/Shanghai",
"startDate": "2026-09-01"
}
],
"transaction": {
"minMinor": 100,
"maxMinor": 100000
},
"merchantRule": {
"mode": "ALLOW",
"merchantIds": [
"string"
]
},
"countryRule": {
"mode": "ALLOW",
"countries": [
"string"
]
}
}
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"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
}
}