Jupiter ERP
Account API

DocumentPayment

Payment record linking a payable (invoice, credit note, dunning, receipt) to an optional bank transaction.

DocumentPayment (object)

Payment record linking a payable (invoice, credit note, dunning, receipt) to an optional bank transaction.

FeldTypBeschreibung
amount_cents*integerSigned; positive = incoming payment, negative = outgoing (e.g. credit note payout)
bank_transactionallOf(1)Present when bank_transaction_id is set and relation was loaded

Bank transaction linked to a document payment (subset of fields for display).

FeldTypBeschreibung
amount_cents*integerSigned total amount of the bank transaction
bank_account_id*integer
bank_account_namestring
counterparty_namestring
id*integer
referencestring
source*stringmanual, csv, api
transaction_date*stringTimestamp in ISO 8601 format
bank_transaction_idintegerSet when this payment is linked to a bank transaction
created_atstring (date-time)Creation timestamp in ISO 8601 format.
currency_codestring
id*integer
notestring
payable_id*integer
payable_type*stringAPI entity type of the document (Invoice, CreditNote, Dunning, Receipt)
payment_date*stringDate in Y-m-d format
payment_kindstringbank = real bank payment; clearing = invoice/credit note offset without bank movement

string

  • bank
  • clearing
settlement_credit_note_idintegerCredit note id for clearing payments; use with settlement_id to reverse the offset from invoice views
settlement_idintegerSet for clearing payments that belong to a payable settlement
Beispiel (JSON)
{
  "id": 0,
  "payable_type": "string",
  "payable_id": 0,
  "amount_cents": 0,
  "currency_code": "string",
  "payment_date": "2025-01-14T00:00:00.000Z"
}
Schema DocumentPayment · Jupiter ERP