/
Payments Summar

Payments Summar

Structure

FieldTypeRequiredDescription
amountDecimal
Amount of the payment
sequenceInteger
Id to identify payInAdvance when folio converts to invoice
depositIdInteger
Deposit Id identifier
paymentMethodPaymentMethod

JSON representation

{
	"amount": 20.00,
    "sequence": 875065,
    "depositId": "",
    "paymentMethod": {
         "type": "",
         "name": "Visa",
         "code": "VISA",
         "accountingAccount": "555000000003"
     }
}

Related content