curl --request GET \
--url http://localhost:3001/v1/accounts-receivable \
--header 'Authorization: Bearer <token>'{
"data": [
{
"currency": "EUR",
"type": "INVOICE",
"alreadyPaid": true,
"archived": true,
"organization": {
"name": "<string>",
"slug": "<string>",
"logoFileName": "<string>",
"country": "<string>",
"vatNumber": "<string>",
"featureFlags": [
{
"featureName": "<string>",
"isEnabled": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"baseCurrency": "EUR",
"paymentRunBatchBooking": true,
"paymentRunVerificationOfPayee": true,
"customExportFormats": [
"custom_experta"
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"status": "OUTSTANDING",
"manuallyMarkedPaid": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"originalFileName": "<string>",
"filename": "<string>",
"counterpartyName": "<string>",
"counterpartyIban": "<string>",
"counterpartyVat": "<string>",
"counterparty": {
"email": "<string>",
"markedTrusted": true,
"markedTrustedDate": "2023-11-07T05:31:56Z",
"markedTrustedUser": {
"email": "<string>",
"name": "<string>",
"authId": "<string>",
"role": "<string>",
"hasPushNotification": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"description": "<string>",
"vat": "<string>",
"accountsPayableNumber": "22 0391919",
"paymentTermsDays": 123,
"skontoPercentage": 123,
"skontoDays": 123,
"bankAccount": {
"name": "<string>",
"iban": "<string>",
"bic": "<string>",
"countryCode": "<string>",
"address": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"invoiceNumber": "<string>",
"purchaseOrder": "<string>",
"date": "<string>",
"billingPeriodStart": "<string>",
"billingPeriodEnd": "<string>",
"dueDate": "<string>",
"totalAmount": 123,
"taxRate": 123,
"skontoDate": "<string>",
"skontoAmount": 123,
"skontoRate": 123,
"category": "GOODS",
"paymentTerms": "<string>",
"notes": "<string>",
"alreadyPaidDate": "<string>",
"archivedDate": "<string>",
"archivedByUser": {
"email": "<string>",
"name": "<string>",
"authId": "<string>",
"role": "<string>",
"hasPushNotification": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"paymentMethodType": "BANK_TRANSFER",
"transactionMatches": [
{
"bankTransaction": {
"transactionId": "<string>",
"amount": 123,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"currency": "EUR",
"bookingDate": "2023-11-07T05:31:56Z",
"remittanceInformation": "<string>",
"additionalInformation": "<string>",
"counterPartyName": "<string>",
"counterPartyIban": "<string>",
"transactionType": "incoming",
"endToEndId": "<string>",
"matchedInvoicesSum": 123,
"matchingStatus": "NOT_MATCHED"
},
"matchedAmount": 123,
"matchType": "MANUAL",
"matchConfidence": "HIGH",
"matchedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"matchedBy": {
"email": "<string>",
"name": "<string>",
"authId": "<string>",
"role": "<string>",
"hasPushNotification": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"notes": "<string>",
"metadata": {}
}
],
"manuallyMarkedPaidAt": "<string>",
"manuallyMarkedPaidBy": {
"email": "<string>",
"name": "<string>",
"authId": "<string>",
"role": "<string>",
"hasPushNotification": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"matchedTransactionsSum": 123
}
],
"meta": {
"page": 123,
"take": 123,
"itemCount": 123,
"pageCount": 123,
"hasPreviousPage": true,
"hasNextPage": true
}
}Get a paginated list of accounts receivable invoices.
curl --request GET \
--url http://localhost:3001/v1/accounts-receivable \
--header 'Authorization: Bearer <token>'{
"data": [
{
"currency": "EUR",
"type": "INVOICE",
"alreadyPaid": true,
"archived": true,
"organization": {
"name": "<string>",
"slug": "<string>",
"logoFileName": "<string>",
"country": "<string>",
"vatNumber": "<string>",
"featureFlags": [
{
"featureName": "<string>",
"isEnabled": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"baseCurrency": "EUR",
"paymentRunBatchBooking": true,
"paymentRunVerificationOfPayee": true,
"customExportFormats": [
"custom_experta"
],
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"status": "OUTSTANDING",
"manuallyMarkedPaid": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"originalFileName": "<string>",
"filename": "<string>",
"counterpartyName": "<string>",
"counterpartyIban": "<string>",
"counterpartyVat": "<string>",
"counterparty": {
"email": "<string>",
"markedTrusted": true,
"markedTrustedDate": "2023-11-07T05:31:56Z",
"markedTrustedUser": {
"email": "<string>",
"name": "<string>",
"authId": "<string>",
"role": "<string>",
"hasPushNotification": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"description": "<string>",
"vat": "<string>",
"accountsPayableNumber": "22 0391919",
"paymentTermsDays": 123,
"skontoPercentage": 123,
"skontoDays": 123,
"bankAccount": {
"name": "<string>",
"iban": "<string>",
"bic": "<string>",
"countryCode": "<string>",
"address": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"invoiceNumber": "<string>",
"purchaseOrder": "<string>",
"date": "<string>",
"billingPeriodStart": "<string>",
"billingPeriodEnd": "<string>",
"dueDate": "<string>",
"totalAmount": 123,
"taxRate": 123,
"skontoDate": "<string>",
"skontoAmount": 123,
"skontoRate": 123,
"category": "GOODS",
"paymentTerms": "<string>",
"notes": "<string>",
"alreadyPaidDate": "<string>",
"archivedDate": "<string>",
"archivedByUser": {
"email": "<string>",
"name": "<string>",
"authId": "<string>",
"role": "<string>",
"hasPushNotification": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"paymentMethodType": "BANK_TRANSFER",
"transactionMatches": [
{
"bankTransaction": {
"transactionId": "<string>",
"amount": 123,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"currency": "EUR",
"bookingDate": "2023-11-07T05:31:56Z",
"remittanceInformation": "<string>",
"additionalInformation": "<string>",
"counterPartyName": "<string>",
"counterPartyIban": "<string>",
"transactionType": "incoming",
"endToEndId": "<string>",
"matchedInvoicesSum": 123,
"matchingStatus": "NOT_MATCHED"
},
"matchedAmount": 123,
"matchType": "MANUAL",
"matchConfidence": "HIGH",
"matchedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"matchedBy": {
"email": "<string>",
"name": "<string>",
"authId": "<string>",
"role": "<string>",
"hasPushNotification": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"notes": "<string>",
"metadata": {}
}
],
"manuallyMarkedPaidAt": "<string>",
"manuallyMarkedPaidBy": {
"email": "<string>",
"name": "<string>",
"authId": "<string>",
"role": "<string>",
"hasPushNotification": true,
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"matchedTransactionsSum": 123
}
],
"meta": {
"page": 123,
"take": 123,
"itemCount": 123,
"pageCount": 123,
"hasPreviousPage": true,
"hasNextPage": true
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The search term to look for in the invoice list.
Filter invoices by status.
Filter invoices by their counterparty ids.
Filter invoices dates from
Filter invoices dates to
Date field to use for date filtering (invoice date or due/payment date).
invoice_date, due_payment_date Filter invoices due date from
Filter invoices due date to
Filter invoices paid date from (when they were paid)
Filter invoices paid date to (when they were paid)
Filter invoices skonto date from
Filter invoices skonto date to
Filter invoices by type (invoice, credit note).
Filter invoices by last reminder template IDs.
Specify the field you want to order by.
Choose between ascending and descending order.
Choose between ascending and descending order.
ASC, DESC Specify the number of the page you want to retrieve.
x >= 1Specify the number of items you want to retrieve per page.
1 <= x <= 100Was this page helpful?