Jupiter ERP
Account API

DocumentPaymentBankTransactionSummary

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

DocumentPaymentBankTransactionSummary (object)

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

FieldTypeDescription
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
Example (JSON)
{
  "id": 0,
  "bank_account_id": 0,
  "bank_account_name": "string",
  "transaction_date": "string",
  "amount_cents": 0,
  "counterparty_name": "string",
  "source": "string"
}
Schema DocumentPaymentBankTransactionSummary · Jupiter ERP