The Loans API allows you to create and manage loans through the Tupel platform. Use these endpoints to establish credit facilities, disburse funds, track payments, and monitor loan statuses.
The Loan Lifecycle
A typical loan in Tupel follows this lifecycle:
- Creation: A loan is created with specific terms, a designated recipient, and a payment method
- Disbursement: Funds are transferred to the recipient on the specified pay date
- Repayments: Payments are collected according to the installment schedule
- Closure: The loan is marked as closed when fully repaid
Loan Status
Loans can have the following statuses:
PENDING
- The loan has been created but funds have not yet been disbursedOPEN
- The loan is active with an outstanding balanceOVERDUE
- Payments are past their due dateCLOSED
- The loan has been fully repaid
Key Concepts
- Entity: The organization (borrower) associated with the loan
- Recipient: The bank account where loan funds are disbursed
- Payment Method: The method used to collect repayments
- Installments: Payment installments with specific due dates
- Attachments: Supporting documentation associated with the loan
Available Endpoints
Endpoint | Description |
---|---|
Create a Loan | Create a new loan with specific terms |
Retrieve a Loan | Get details about a specific loan |
List All Loans | Get a paginated list of loans with filtering options |
Repay a Loan | Repay (part of) the outstanding loan balance before schedule |
Best Practices
- Create an entity, recipient and payment method before attempting to create loans
- Use meaningful reference strings to help identify loans in your system
- Regularly poll the status of active loans to sync with your internal systems
- Store the loan UID in your system for future reference
- Use appropriate filtering when listing loans to improve performance
Related Resources
- Entities - Manage borrower information
- Recipients - Manage disbursement destinations
- Payment Methods - Manage repayment methods
- Payments - Track individual payment transactions