Repayment Activation File

Activate repayment for a loan that has repayment type of "Automatic Direct Debit - Remita" with information from a file upload

PUT https://<your_business_alias>.lendastack.io/ias/loan/repaymentActivation/remita/file

This endpoint activates repayment for a loan that has a repayment type of "Automatic Direct Debit - Remita" with an optional file upload.

Headers

Name
Type
Description

Authentication*

String

The encoded combination of your public key and secret key (see the Test and go live section of the docs)

Request Body

Name
Type
Description

LoanId

Int

Id of the loan

File

Object

File from Remita

{
    "status": true,
    "message": "Success"
}

Last updated

Was this helpful?