API Documentation
  • 🏡Home
  • Overview
    • 💡What we do
    • ✨Our Features
  • General Guide
    • 🏷️Introduction
    • 📪Test and Go Live
    • 💁Configuration
      • Custormers
        • Create Customer
        • Fetch Loan Customers
        • Fetch Customers
      • Loan Types
        • Fetch Loan Types
        • Loan Reasons
      • Country
        • Get all countries
        • Get states by country Id
      • Branch
        • Create Branch
        • Branches
      • Sales Person
        • Create a Salesperson
        • Get Sales Persons
      • Team
        • Create a Team
        • Get Teams
      • Employers
      • Industries
      • Commission
  • Products Guide
    • 🏛️Loans
      • New Loan Application
      • Activate/De-Activate Auto approval
      • Loan Information
      • Active Loans
      • Repayment Schedule Calculation
      • Create payment entries
      • Spool Repayments Due
      • Repayment Activation File
      • Repayment Activation Information
      • Disburse
    • 🪝Webhooks
      • Webhooks Verification.
      • Verification Steps
Powered by GitBook
On this page

Was this helpful?

  1. Products Guide
  2. Loans

Disburse

The process of loan disburse involves Create Batch, Create Transfer Recipient and Disburse. This endpoint is used to automate the above.

POST https://<your_business_alias>.lendastack.io/ias/loan/disburse

Request Body

Name
Type
Description

loanId*

integer

{
    "status": false,
    "message": "Loan with code LN0001503 exists in a batch already"
}
PreviousRepayment Activation InformationNextWebhooks

Last updated 1 year ago

Was this helpful?

🏛️