PaymentService
This service is used for registering payments on invoices in the Finago Office system. By sending a request to RegisterInvoicePayment or RegisterInvoicePayments you can register a new payment.
Mandatory fields are Date, Amount and InvoiceId.
PaymentServicePaymentService WSDL
Methods
| Method | Input type | Return type | Description |
|---|---|---|---|
| RegisterInvoicePayment | Payment | Payment | Sets/registers a single invoice as paid |
| RegisterInvoicePayments | Payment[] | Payment[] | Registers a list of payments. Method will return a list of payments that failed in the saving process. |