Retrieve detailed information about a specific loan by its unique identifier.
Request
GET https://tupel.com/api/loans/{uid}/
Authentication
This endpoint requires basic authentication with your Organization ID and API Key.
Path Parameters
- uid string Required
The unique identifier of the loan to retrieve.
Notes
- This endpoint returns all related data for a loan, including the entity, recipient, payment method, payments, invoices, and attachments.
- The
payments
array will include all past payments made against this loan (both credits and debits). - The
installments
array shows the remaining installment schedule. - The loan
status
indicates the current state of the loan (PENDING, OPEN, CLOSED, or OVERDUE).