Part Payment is an option with fixed payment plan which is set when account is created. Customer has the possibility to pay out the existing amount anytime without extra costs.
Endpoint
POST /authorization/part-payment
Request
In addition to credit authorization common properties the request body contains following part payment specific properties:
Name | Data Type | Mandatory/Default Value | Description |
---|---|---|---|
PaymentTerms | Int | Mandatory | Number of payments to repay the loan (i.e. duration of the Loan - 3, 6, 12, 24, 36, 48 or 72 months) |
SendTermsAndConditions | Boolean | Optional, false | If set to true Avarda will send terms and conditions to the customer's email |
AccountClassCode | Int | Mandatory | The account to be used |
Example
Response
For the format and examples see responses for all credit authorizations