curl --location 'https://api.lampay.app/api/v1/consumer/card-products/products/get' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm;' \
--header 'X-Workspace-Id;' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"cardBinProductBizId": "CBP_ABCDEF1234567890",
"cardBinGroupBizId": "CPG_ABCDEF1234567890"
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"bizId": "CBP_ABCDEF1234567890",
"productName": "Standard Virtual Card",
"productDescription": "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"
},
"openCardQuota": {
"maxTotalCardCount": 0,
"totalCreatedCardCount": 0,
"remainingQuota": 0
},
"providerType": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"capabilities": null,
"fees": {
"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
}
}
}
}