curl --location 'https://api.lampay.app/api/v1/consumer/card-products/products/page' \
--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 '{
"cardBinGroupBizId": "CPG_ABCDEF1234567890",
"page": 0,
"size": 20
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"items": [
{
"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"
},
"active": true,
"providerType": 10010105
}
],
"pagination": {
"totalPages": 0,
"totalRecords": 0,
"currentPage": 0,
"pageSize": 0,
"hasNext": true,
"paginated": true,
"empty": true
}
}
}