batchBizId is optional.batchBizId.| Code | When |
|---|---|
RESOURCE.NOT_FOUND | A supplied batchBizId is not found or belongs to another workspace |
curl --location 'https://api.elaypay.app/api/v1/consumer/card-products/cards/batches/items/page?batchBizId=CCB_ABCDEF1234567890&page=undefined&size=undefined' \
--header 'X-Api-Key;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm;' \
--header 'X-Workspace-Id;'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"items": [
{
"batchBizId": "CCB_ABCDEF1234567890",
"itemSeq": 0,
"status": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"cardInfoBizId": "CI_ABCDEF1234567890",
"failureReasonCode": "BALANCE_INSUFFICIENT",
"failureDetail": "string"
}
],
"pagination": {
"totalPages": 0,
"totalRecords": 0,
"currentPage": 0,
"pageSize": 0,
"hasNext": true,
"paginated": true,
"empty": true
}
}
}