GET
/
accounting
/
postings
curl -X GET \
 /accounting/postings \
 --header "Authorization: Bearer <token>"
{
  "data": [
    {
      "id": "f3b3b3b3-3b3b-3b3b-3b3b-3b3b3b3b3b3b",
      "debit": {
        "id": "f3b3b3b3-3b3b-3b3b-3b3b-3b3b3b3b3b3b",
        "amount": {},
        "date": "2023-11-07T05:31:56Z",
        "account": {
          "id": "f3b3b3b3-3b3b-3b3b-3b3b-3b3b3b3b3b3b",
          "name": "Bankkonto",
          "number": "1200",
          "type": "revenueGermany"
        },
        "dimensions": {
          "costCentre1": "KOST1",
          "costCentre2": "KOST2",
          "product": "Product name",
          "productFamily": "Product family name",
          "invoiceNumber": "INV-2021-0001",
          "lineItemDescription": "Line item description",
          "taxRate": 19,
          "subscription": "Subscription name",
          "subscriptionId": "ad8f8f8f-8f8f-8f-8f-8f8f8f8f8f8f",
          "paymentGateway": "paypal, stripe, sepa_debit, go_cardless, bank_transfer, testing",
          "paymentMethodType": "sepa_debit, card, paypal, bank_transfer, wallet",
          "paymentProviderReference": "PayPal reference",
          "customerNumber": "CUST-2021-0001",
          "customerId": "ad8f8f8f-8f8f-8f-8f-8f8f8f8f8f8f",
          "invoiceId": "ad8f8f8f-8f8f-8f8f-8f8f-8f8f8f8f8f8f",
          "paymentId": "8f8f8f8f-8f8f-8f-8f-8f8f8f8f8f8f",
          "paymentNumber": "PAY-2021-0001",
          "serviceDateFrom": "2021-01-01",
          "serviceDateTo": "2021-01-31",
          "reversalPostingId": "8f8f8f8f-8f8f-8f-8f-8f8f8f8f8f8f",
          "cancelInvoiceId": "8f8f8f8f-8f8f-8f-8f-8f8f8f8f8f8f",
          "cancelInvoiceNumber": "INV-2021-0001"
        }
      },
      "credit": {
        "id": "f3b3b3b3-3b3b-3b3b-3b3b-3b3b3b3b3b3b",
        "amount": {},
        "date": "2023-11-07T05:31:56Z",
        "account": {
          "id": "f3b3b3b3-3b3b-3b3b-3b3b-3b3b3b3b3b3b",
          "name": "Bankkonto",
          "number": "1200",
          "type": "revenueGermany"
        },
        "dimensions": {
          "costCentre1": "KOST1",
          "costCentre2": "KOST2",
          "product": "Product name",
          "productFamily": "Product family name",
          "invoiceNumber": "INV-2021-0001",
          "lineItemDescription": "Line item description",
          "taxRate": 19,
          "subscription": "Subscription name",
          "subscriptionId": "ad8f8f8f-8f8f-8f-8f-8f8f8f8f8f8f",
          "paymentGateway": "paypal, stripe, sepa_debit, go_cardless, bank_transfer, testing",
          "paymentMethodType": "sepa_debit, card, paypal, bank_transfer, wallet",
          "paymentProviderReference": "PayPal reference",
          "customerNumber": "CUST-2021-0001",
          "customerId": "ad8f8f8f-8f8f-8f-8f-8f8f8f8f8f8f",
          "invoiceId": "ad8f8f8f-8f8f-8f8f-8f8f-8f8f8f8f8f8f",
          "paymentId": "8f8f8f8f-8f8f-8f-8f-8f8f8f8f8f8f",
          "paymentNumber": "PAY-2021-0001",
          "serviceDateFrom": "2021-01-01",
          "serviceDateTo": "2021-01-31",
          "reversalPostingId": "8f8f8f8f-8f8f-8f-8f-8f8f8f8f8f8f",
          "cancelInvoiceId": "8f8f8f8f-8f8f-8f-8f-8f8f8f8f8f8f",
          "cancelInvoiceNumber": "INV-2021-0001"
        }
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "type": "revenue",
      "committed": true
    }
  ],
  "meta": {
    "pagination": {
      "totalItems": 123,
      "itemsPerPage": 123,
      "currentPage": 123,
      "lastPage": 123,
      "pageTotalItems": 123
    }
  }
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Query Parameters

page
integer
default:1

The collection page number

limit
integer
default:30

The number of items per page

Required range: 0 <= x <= 100
dimension[costCentre1]
string
dimension[costCentre2]
string
dimension[product]
string
dimension[productFamily]
string
dimension[invoiceNumber]
string
dimension[creditNoteNumber]
string
dimension[creditNoteId]
string
dimension[lineItemDescription]
string
dimension[taxRate]
string
dimension[subscription]
string
dimension[subscriptionId]
string
dimension[paymentGateway]
string
dimension[paymentMethodType]
string
dimension[paymentProviderReference]
string
dimension[customerNumber]
string
dimension[customerId]
string
dimension[invoiceId]
string
dimension[paymentId]
string
dimension[paymentNumber]
string
dimension[serviceDateFrom]
string
dimension[serviceDateTo]
string
dimension[reversalPostingId]
string
dimension[cancelInvoiceId]
string
dimension[cancelInvoiceNumber]
string

Response

200
application/json
Posting collection
data
object[]
meta
object