# Update a PaymentTransaction **PUT /api/invoice/payment_transaction/{identifier}** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Path parameters - **identifier** (string) ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ### Body: application/json (object) - **data** (object) ## Responses ### 200 Update a PaymentTransaction #### Body: application/json (object) - **company** (object) - **auto** (boolean) - **incoming** (boolean) - **bank_transaction** (boolean) - **currency** (string) - **payment_type** (object) - **invoices** (array[object]) - **product** (object) - **brutto_value** (number(float)) - **unified_category** (object) - **person** (object) - **is_fee** (boolean) - **due_date** (string(date-time)) - **deleted** (boolean) - **name** (string) - **created** (string(date-time)) - **updated** (string(date-time)) - **billing_payment_profile** (object) [Powered by Bump.sh](https://bump.sh)