Repayment Activation Information

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

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

This endpoint activates repayment for a loan that has a repayment type of "Automatic Direct Debit - Remita" with information from Remita

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

mandateId

String

Mandate id from Remita

requestId

String

Request id from Remita

transactionRef

String

Transaction reference from Remita

startDate

String

Start date of the Remita mandate

endDate

String

End date of the Remita manda

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

Last updated

Was this helpful?