The Entities API allows you to manage business profiles within the Tupel platform. Entities form the foundation of your Tupel integration, representing the businesses your organization works with and serving as references for loans, payment methods, and recipients.
What is an Entity?
In Tupel, an entity represents a business entity with which you interact. Each entity includes:
- Basic company information (name, jurisdiction)
- Registration details (incorporation date, registration number, tax ID)
- Status information (active/inactive)
- Entity type (limited company, partnership, etc.)
Entity Types
Tupel supports various entity types across multiple jurisdictions:
PLC
- Public Limited CompanyLTD
- Limited CompanyPAR
- PartnershipSTR
- Sole TraderLLP
- Limited Liability Partnership
Supported Jurisdictions
Entities can be registered in any of the supported jurisdictions. A small subset of the supported countries is provided below:
Code | Country |
---|---|
BE |
Belgium |
FR |
France |
GB |
United Kingdom |
CH |
Switzerland |
NL |
Netherlands |
US |
United States |
ES |
Spain |
DE |
Germany |
IT |
Italy |
PT |
Portugal |
IE |
Ireland |
PL |
Poland |
RO |
Romania |
CY |
Cyprus |
Entity Relationships
Entities are central to Tupel's data model and are referenced by multiple other resource types:
- Loans: Each loan is associated with an entity as the borrower
- Recipients: Banking details for receiving funds are linked to entities
- Payment Methods: Methods used for repayments are tied to entities
- Credit Limits: Entities may have credit limits that determine lending capacity
Available Endpoints
Endpoint | Description |
---|---|
Retrieve an Entity | Get details about a specific entity |
List All Entities | Get a paginated list of entities with filtering options |
Best Practices
- Keep entity information up-to-date, especially contact details and registration information
- Use the entity UID as a reference in your internal systems
- Verify entity details before creating loans or other financial products
- Use appropriate filtering when listing entities to improve performance
- Consider implementing a sync mechanism to keep your systems aligned with Tupel's entity data
Related Resources
- Loans - Create and manage loans for entities
- Recipients - Manage disbursement destinations for entities
- Payment Methods - Manage repayment methods for entities
- Credit Limits - Manage lending capacity for entities