| Code | When |
|---|---|
RESOURCE.NOT_FOUND | card product not found or not a Slash product or not visible in workspace |
curl --location 'https://api.lampay.app/api/v1/consumer/card-products/10010105/reference/merchant?cardProductId=undefined&merchantId=undefined' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm;' \
--header 'X-Workspace-Id;' \
--header 'X-Api-Key: <api-key>'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"id": "mrc_123",
"name": "Acme",
"url": "https://example.com"
}
}