Skip to main content

Custompaymentamountapiv1

amountnumber

the amount of this custom payment

customPaymentAmountTypestring

the type of this custom payment

Possible values: [PAYMENT_DUE_FEE, PENALTY, MANUAL_FEE, PRINCIPAL, UPFRONT_DISBURSEMENT_FEE, LATE_REPAYMENT_FEE, INTEREST]

encodedKeystring

the automatically generated encoded ID for this item

Example: 8a19b7057471f4af017472dc0fd80472
indexnumber

index in list when this is part of a custom payment of which parts are allocated to different types of charge, for example, a single payment that goes towards loan principal, a late payment fee and a penalty

loanTransactionKeystring

the encoded key of the loan transaction this custom payment is part of

taxOnAmountnumber

the amount of tax charged for this payment

Custompaymentamountapiv1
{
"amount": 0,
"customPaymentAmountType": "PAYMENT_DUE_FEE",
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"index": 0,
"loanTransactionKey": "string",
"taxOnAmount": 0
}