Payments are records of money being transferred for invoices.
Returns information about a payment
GET
https://moneybird.com/api/v2
/{administration_id}/payments/{id}{format}
Returns information about a payment.
path Parameters
administration_idstring | integer · pattern:^\d+$· requiredThe unique identifier of the administration
A unique record identifier of an administration
idstring | integer · pattern:^\d+$· requiredA unique record identifier
formatstring · pattern:^(.(json|xml))?$· requiredThe format in which the response is given, can be empty to use the default format
Default: .json
Responses
A payment
idstring | integer · pattern:^\d+$A unique record identifier
administration_idstring | integer · pattern:^\d+$A unique record identifier of an administration
invoice_typestring · enumEnum values:SalesInvoiceDocumentExternalSalesInvoiceVatDocumentinvoice_idstring | integer · pattern:^\d+$A unique record identifier
financial_account_idstring | integer | null · pattern:^\d+$A unique record identifier
user_idstring | integer · pattern:^\d+$A unique record identifier
payment_transaction_idstring | integer | null · pattern:^\d+$A unique record identifier
transaction_identifierstring | nullpriceprice_basepayment_datestring · datecredit_invoice_idstring | integer | null · pattern:^\d+$A unique record identifier
financial_mutation_idstring | integer | null · pattern:^\d+$A unique record identifier
ledger_account_idstring | integer | null · pattern:^\d+$A unique record identifier
linked_payment_idstring | integer | null · pattern:^\d+$A unique record identifier
manual_payment_actionstring | nullcreated_atstring · date-timeupdated_atstring · date-time