{
"platformCardProductBizId": "PLCP_ABCDEF1234567890",
"userCardProductGroupBizId": "UCPG_ABCDEF1234567890"
}curl --location 'https://api.lampays.com/card-products/products/get' \
--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 'Content-Type: application/json' \
--data '{
"platformCardProductBizId": "PLCP_ABCDEF1234567890",
"userCardProductGroupBizId": "UCPG_ABCDEF1234567890"
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"bizId": "PLCP_ABCDEF1234567890",
"platformProductName": "Standard Virtual Card",
"platformProductDescription": "Standard virtual card for online payments",
"cardNetwork": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"cardType": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"cardFundingModel": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"cardCurrency": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active",
"scale": 2,
"isFiat": true,
"isStablecoin": false
},
"cardRegion": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"cardProductGroupConfig": {
"userCardProductGroupBizId": "UCPG_ABCDEF1234567890",
"userFeeConfig": {
"issuanceFee": {
"tariffModel": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"bands": [
{
"bandCode": "string",
"lowerBound": 0,
"upperBound": 0,
"fixedAmount": 0,
"rate": 0,
"priority": 0
}
],
"roundingMode": "string",
"floorAmount": 0,
"ceilingAmount": 0,
"minAmount": 0,
"maxAmount": 0
},
"closureFee": {
"tariffModel": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"bands": [
{
"bandCode": "string",
"lowerBound": 0,
"upperBound": 0,
"fixedAmount": 0,
"rate": 0,
"priority": 0
}
],
"roundingMode": "string",
"floorAmount": 0,
"ceilingAmount": 0,
"minAmount": 0,
"maxAmount": 0
},
"transactionFee": {
"tariffModel": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"bands": [
{
"bandCode": "string",
"lowerBound": 0,
"upperBound": 0,
"fixedAmount": 0,
"rate": 0,
"priority": 0
}
],
"roundingMode": "string",
"floorAmount": 0,
"ceilingAmount": 0,
"minAmount": 0,
"maxAmount": 0
},
"foreignTransactionFee": {
"tariffModel": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"bands": [
{
"bandCode": "string",
"lowerBound": 0,
"upperBound": 0,
"fixedAmount": 0,
"rate": 0,
"priority": 0
}
],
"roundingMode": "string",
"floorAmount": 0,
"ceilingAmount": 0,
"minAmount": 0,
"maxAmount": 0
},
"reversalFee": {
"tariffModel": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"bands": [
{
"bandCode": "string",
"lowerBound": 0,
"upperBound": 0,
"fixedAmount": 0,
"rate": 0,
"priority": 0
}
],
"roundingMode": "string",
"floorAmount": 0,
"ceilingAmount": 0,
"minAmount": 0,
"maxAmount": 0
},
"refundFee": {
"tariffModel": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"bands": [
{
"bandCode": "string",
"lowerBound": 0,
"upperBound": 0,
"fixedAmount": 0,
"rate": 0,
"priority": 0
}
],
"roundingMode": "string",
"floorAmount": 0,
"ceilingAmount": 0,
"minAmount": 0,
"maxAmount": 0
},
"chargebackFee": {
"tariffModel": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"bands": [
{
"bandCode": "string",
"lowerBound": 0,
"upperBound": 0,
"fixedAmount": 0,
"rate": 0,
"priority": 0
}
],
"roundingMode": "string",
"floorAmount": 0,
"ceilingAmount": 0,
"minAmount": 0,
"maxAmount": 0
}
},
"issuancePresetConfig": null,
"openCardQuota": {
"maxTotalCardCount": 0,
"totalCreatedCardCount": 0,
"remainingQuota": 0
}
},
"openCardQuota": {
"maxTotalCardCount": 0,
"totalCreatedCardCount": 0,
"remainingQuota": 0
},
"providerType": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"basicCapabilities": {
"cardholder": {
"capability": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"supported": true
},
"customExpiryDate": {
"capability": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"supported": true
},
"spendingControls": {
"capability": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"supported": true
},
"singleUse": {
"capability": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"supported": true
}
}
}
}