Loan is an option with interest and default payment term 36 months. All future purchases with loan will be added to same account. Open debt is divided to installments and invoice will be sent to customer by email once a month. Customer has the possibility to pay out the existing amount anytime without extra costs.
Endpoint
POST /authorization/loan
Request
In addition to credit authorization common properties the request body contains following loan 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 | Optional | The account to be used if partner has multiple accounts. If not specified an account set as primary in the Partner configuration is used. |
Example
Response
For the format and examples see responses for all credit authorizations