| Code | When |
|---|---|
RESOURCE.NOT_FOUND | card creation batch not found or belongs to another workspace |
curl --location 'https://api.elaypay.app/api/v1/consumer/card-products/cards/batches/detail?batchBizId=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": {
"batchBizId": "CCB_ABCDEF1234567890",
"status": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"requestedCount": 5,
"acceptedCount": 5,
"succeededCount": 3,
"failedCount": 1,
"processingCount": 1,
"createdAt": 1770000000
}
}