# Add a new ImportedPaymentTransaction **POST /api/invoice/imported_payment_transaction** ## 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 ### 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 Add a new ImportedPaymentTransaction #### Body: application/json (object) - **company** (object) - **ignored** (boolean) - **linked** (boolean) - **auto_linked** (boolean) - **is_duplicate** (boolean) - **incoming** (boolean) - **currency** (string) - **brutto_value** (number(float)) - **linked_sepa_payment_transaction** (object) - **linked_payment_transaction** (object) - **linked_invoice** (object) - **transaction_group** (object) - **deleted** (boolean) - **name** (string) - **created** (string(date-time)) - **updated** (string(date-time)) - **payment_owner** (string) - **payment_institution** (string) - **payment_bic** (string) - **payment_iban** (string) - **payment_mandate** (string) - **payment_mandate_sign_date** (string(date-time)) - **payment_mandate_valid_until_date** (string(date-time)) - **billing_payment_profile** (object) [Powered by Bump.sh](https://bump.sh)