Returns a list of all PaymentTransaction
Query parameters
-
searchString
string text to search for in the list
-
orderFieldName
string name of the order field
-
orderFieldSort
string sorting mode
Values are
DESC
orASC
. -
page
integer page of the list
Default value is
0
. -
pageSize
integer number of entries for each page
Minimum value is
1
, maximum value is200
. Default value is50
. -
withMaxPageNumber
string returns the number of pages available as a header if this is set
-
iw-build-id
string build id of the client
-
iw-package-id
string package id of the client
GET
/api/invoice/payment_transaction
curl \
--request GET 'https://replace-with-own-host.iw-erp.de/api/invoice/payment_transaction' \
--header "x-session-token: $API_KEY"
Response examples (200)
[
{
"auto": true,
"incoming": true,
"bank_transaction": true,
"currency": "string",
"payment_type": {
"id": 42,
"name": "string",
"auto": true,
"conditions": "string",
"linked_keywords": "string",
"global_default": true,
"bank_import_default": true,
"is_direct_debit": true,
"is_external": true,
"deleted": true
},
"invoices": [
{
"id": 42,
"token": "string",
"number": 42,
"manual_number_prefix": "string",
"manual_number": 42,
"number_string": "string",
"generation_date": "2025-05-04T09:42:00Z",
"number_date": "2025-05-04T09:42:00Z",
"message": "string",
"currency": "string",
"name": "string",
"due_date": "2025-05-04T09:42:00Z",
"netto_value": 42.0,
"brutto_value": 42.0,
"tax_value": 42.0,
"tax": {
"id": 42,
"name": "string",
"value": 42.0,
"deleted": true,
"global_default": true
},
"linked_number_title": "string",
"linked_number": "string",
"status": "string",
"previous_status": "string",
"status_updated": "2025-05-04T09:42:00Z",
"archived": true,
"last_pdf_export": "2025-05-04T09:42:00Z",
"last_status_export": "string",
"search_string": "string",
"accounting_type": {
"id": 42,
"name": "string",
"cancelled_name": "string",
"type": "string",
"deleted": true
},
"payment_type": {
"id": 42,
"name": "string",
"auto": true,
"conditions": "string",
"linked_keywords": "string",
"global_default": true,
"bank_import_default": true,
"is_direct_debit": true,
"is_external": true,
"deleted": true
},
"payment_goal": {
"id": 42,
"name": "string",
"date_string": "string",
"deleted": true,
"global_default": true
},
"buyer": {
"id": 42,
"name": "string",
"vat_id": "string",
"taxnumber": "string",
"buyer_reference_id": "string",
"secondary_name": "string",
"address": "string",
"address_street": "string",
"address_house_number": "string",
"address_street_level": "string",
"address_co": "string",
"address_city": "string",
"address_zip": "string",
"address_admin_level1": "string",
"address_country": "string",
"address_full_country": "string",
"address_geo_lat": "string",
"address_geo_lng": "string",
"address_external_provider_id": "string",
"number": "string",
"search_string": "string",
"invoice": {}
},
"payment_date": "2025-05-04T09:42:00Z",
"is_payment_date_from_ext_service": true,
"direct_debit_exported": true,
"cancel_date": "2025-05-04T09:42:00Z",
"cancel_text": "string"
}
],
"brutto_value": 42.0,
"is_fee": true,
"due_date": "2025-05-04T09:42:00Z",
"deleted": true,
"name": "string",
"created": "2025-05-04T09:42:00Z",
"updated": "2025-05-04T09:42:00Z"
}
]