By default, returns transactions from the last 30 days if no date range is specified.
curl --location 'https://api.cash-in.com/v2/allocated-payment-transactions?invoiceNumber=undefined&caseId=undefined&agency=undefined&paymentDateFrom=undefined&paymentDateTo=undefined&accountingDateFrom=undefined&accountingDateTo=undefined¤cy=undefined&hasAllocatedBreakdown=undefined&page=undefined&pageSize=undefined&sortBy=undefined&sortOrder=undefined' \
--header 'X-Api-Key: <api-key>'{
"Data": [
{
"AllocationId": "123456",
"CaseId": "VELKA-998877",
"Agency": "CASH-IN",
"InvoiceNumber": "INV-2024-001",
"PaymentType": {
"Code": "8",
"Description": "Bank Transfer"
},
"Dates": {
"PaymentDate": "2026-05-08",
"BookingDate": "2019-08-24",
"AccountingDate": "2019-08-24",
"SettlementDate": "2019-08-24"
},
"Amounts": {
"PaymentAmount": 150.5,
"CapitalAmount": 120,
"InterestAmount": 20.5,
"CreditorCostsAmount": 10
},
"Currency": "EUR"
}
],
"Meta": {
"RequestId": "c3ad0d58-3e2f-4f0a-9d4a-1e5c2b0f6b1a",
"Timestamp": "2026-05-08T13:50:00Z",
"Count": 1,
"Page": 1,
"PageSize": 100,
"TotalCount": 5234
}
}