Docs
  • Home
  • Introduction
  • Loans
    • New loan application
    • Activate/De-Activate Auto approval
    • Loan Information
    • Active loans
    • Repayment Schedule Calculation
    • Create payment entries
    • Spool repayments due
    • Repayment Activation
      • Remita
    • Auto Disburse
  • Configuration Helpers
  • Create Person
  • Persons
  • Search Customer
  • Loan Types
  • Branches
  • Salesperson
  • Employer & Industry
    • Industries
  • Web-hook Integration
    • Industries
  • Loan Reasons
  • Guides
    • Test and go live
Powered by GitBook
On this page
  • Remita repayment activation with information
  • Remita repayment activation with file

Was this helpful?

  1. Loans
  2. Repayment Activation

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

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

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

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

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

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

File

object

File from Remita

LoanId

number

Id of the loan

{
    "status": true,
    "message": "Success"
}
PreviousRepayment ActivationNextAuto Disburse

Last updated 1 year ago

Was this helpful?