Skip to main content

Approved Offer

warning

Required Feature

Outgoing call to Avica Groups system. When a lender is interested in giving an offer to the customer based on the loan offer request, then the loan will need to be created as a preliminary loan in the lenders system, and the loan data have to be communicated to Avica Group, in order to present the offer to the customer. In case the loan offer is accepted by the customer at a later stage, the information given about the loan, has to be the actual loan data/agreement that the customer will be able to sign and have paid out.

NameDescriptionFormatExampleMandatory
StatusFixed value to state what type of status this is aboutString"APPROVED"Required
Reference for customerIdentifier for offer or customer. Needs to be agreed. Unique application ID is preferredString value"46817892"Required
AmountGranted loan amount in RND currency. No decimals allowedInteger250000Required
Repayment periodLoan tenor in number of monthsInteger36Required
Nominal interest rate %Interest rate for the loan in percentDecimal29.99Required
Monthly cost (total)Total monthly payment on loan. This must include all costs and fees for the loanDecimal326.45Required
Monthly administration feeHandling fee. Must be included in the field "Monthly cost (total)"Decimal49.99Optional
Monthly invoice feeFee for sending the invoice. Must be included in the field "Monthly cost (total)"Decimal28.50Optional
Monthly insurance feeInsurance cost, if any kind of insurance is included in the loan. Must be included in the field "Monthly cost (total)"Decimal129.25Optional
Setup feeOne-time fee for creating the loanDecimal2725.95Optional
Continuation URLURL to the lender's system for the customer to complete the loan process (after having accepted the loan)URL as stringhttps://www.yourbankname.co.za/sign-loan-agreement/46817892Optional

Example of offer data returned to Avica Group

{
"status": "APPROVED",
"applicationId": "46817892",
"amount": 250000,
"repaymentPeriodMonths": 36,
"nominalInterestRate": 29.99,
"monthlyCostTotal": 326.45,
"administrationFee": 49.99,
"invoiceFee": 28.5,
"insuranceFee": 129.25,
"setupFee": 2725.95,
"continuationUrl": "https:\/\/www.yourbankname.co.za\/sign-loan-agreement\/46817892"
}