Remita
Activate repayment for a loan that has repayment type of "Automatic Direct Debit - Remita" with information from Remita or a file upload
Remita repayment activation with information
PUT
https://<your_business_alias>.lenda.ng/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
Authentication*
string
The encoded combination of your public key and secret key (see the Test and go live section of the docs)
Request Body
loanId
number
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
Remita repayment activation with file
PUT
https://<your_business_alias>.lenda.ng/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.
Path Parameters
Authentication*
string
The encoded combination of your public key and secret key (see the Test and go live section of the docs)
Request Body
File
object
File from Remita
LoanId
number
Id of the loan
Last updated
Was this helpful?