API documentation
User
Tenant
Feature
Entitlement
User & permissions
Settings
- Settings
- Media
- Webhook
- Notification
Payment
- Payment Method
- Transaction
- SEPA XML
- Open Banking
- Bank Account Transaction
Customer
- Customer
- Customer Address
- Customer Email
- Customer Settings
- Customer Otp
Billing
- Invoice
- Invoice Position Item
- Billing Run
Dunning
- Dunning Document
- Dunning Rule
Subscription
- Subscription
- Subscription Item
- Subscription Measurement
- Billing Group
Offers
- Offer
- Offer Recipient
- Offer Template
Catalogue
- Unit
- Measurement
- Product
- Product Family
- Price Plan
- Coupon
Checkout
- Checkout Link
- Cart
Accounting
Get postings
Get postings created for invoices, payments, invoice cancellations.
Required permissions:accounting:accounts:read
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
Value for the Authorization header parameter.
Query Parameters
The collection page number
The number of items per page
0 <= x <= 100
Response
"f3b3b3b3-3b3b-3b3b-3b3b-3b3b3b3b3b3b"
Account name used for internal labeling.
"Bankkonto"
Account number from your used skr 03 or skr 04 chart of accounts.
"1200"
Type of account which references to the chart of accounts.
bankAccount
, ledgerAccount
, revenueGermany
, revenueGermanyReduced
, salesDeductionAccount
, revenueEurope
, revenueTaxFree
, bankFees
, passiveDeferral
, debtor
, paypal
, stripe
, sepaDebit
, goCardless
"revenueGermany"
Dimensions for the posting. Available dimensions can be found in the example. You can filter by dimension on the GET /accounting/postings route.
{
"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"
}
"f3b3b3b3-3b3b-3b3b-3b3b-3b3b3b3b3b3b"
Account name used for internal labeling.
"Bankkonto"
Account number from your used skr 03 or skr 04 chart of accounts.
"1200"
Type of account which references to the chart of accounts.
bankAccount
, ledgerAccount
, revenueGermany
, revenueGermanyReduced
, salesDeductionAccount
, revenueEurope
, revenueTaxFree
, bankFees
, passiveDeferral
, debtor
, paypal
, stripe
, sepaDebit
, goCardless
"revenueGermany"
Dimensions for the posting. Available dimensions can be found in the example. You can filter by dimension on the GET /accounting/postings route.
{
"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"
}
revenue
, expense
, resolveDeferal
, deferal
, payment
, revenueTax
Required for api platform.
Was this page helpful?
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
}
}
}