REST API
SOAP API
FAQ
Changelog
Terms & Conditions
Help Center
REST API
SOAP API
FAQ
Changelog
Terms & Conditions
Help Center
  • Getting Started
  • AuthenticateService
  • AccountService
  • AttachmentService
  • BudgetService
  • ClientService
  • CompanyService
  • FileService
  • InvoiceService
  • PaymentService
  • PersonService
  • ProductService
  • ProjectService
  • SalesOppService
  • TemplateService
  • TimeService
  • TransactionService

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

Data Types

Methods

MethodInput typeReturn typeDescription
RegisterInvoicePaymentPaymentPaymentSets/registers a single invoice as paid
RegisterInvoicePaymentsPayment[]Payment[]Registers a list of payments. Method will return a list of payments that failed in the saving process.
Last Updated: 1/7/26, 2:26 PM
Prev
InvoiceService
Next
PersonService