Skip to main content
FieldTypeDetails
idstringExpense payment identifier.
expense_idstringExpense the payment is applied to.
amountnumberAmount paid.
treasury_idstringTreasury used for the payment.
sub_typestringSecondary category (payload.other).
detailsstringOptional description.
{
  "id": "exp_pay_01",
  "expense_id": "exp_301",
  "amount": 120,
  "treasury_id": "treasury_01",
  "sub_type": "partial",
  "details": "Half paid in cash"
}