curl --location 'https://api.lampay.app/api/v1/consumer/card-transactions/list' \
--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 '{
"cardInfoBizId": "string",
"transactionTypes": [
0
],
"transactionStatuses": [
0
],
"fundFlowTypes": [
0
],
"merchantName": "string",
"merchantCountry": "string",
"cardTransactionBizId": "string",
"providerTransactionId": "string"
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": [
{
"bizId": "CT_ABCDEF1234567890",
"cardInfoBizId": "VC_ABCDEF1234567890",
"cardWalletBizId": "CW_ABCDEF1234567890",
"transactionType": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"transactionStatus": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"fundFlowType": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"settlementAmount": -1000,
"userFeeAmount": -50,
"netAmount": -1050,
"settlementCurrency": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active",
"scale": 2,
"isFiat": true,
"isStablecoin": false
},
"merchantName": "Amazon Web Services",
"merchantCountry": "US",
"providerTransactionId": "PROV_TXN_123456",
"declineReason": "Insufficient funds",
"transactionAt": 1713628800,
"createdAt": 1713628800,
"updatedAt": 1713629600
}
]
}