Retrieve detailed information about a specific recipient by its unique identifier.
Request
GET https://tupel.com/api/recipients/{uid}/
Authentication
This endpoint requires basic authentication with your Organization ID and API Key.
Path Parameters
- uid string Required
The unique identifier of the recipient to retrieve.
Notes
- This endpoint returns all details for a specific recipient, including the associated entity information.
- The recipient must belong to your organization to be accessible.
- The response includes banking information that can be used for disbursing funds.
- When retrieving a recipient before creating a loan, verify that the recipient's currency matches the loan currency.
- For security purposes, the account number might be partially masked depending on your permissions.
- You can use the retrieved recipient UID in other API calls, such as when creating a loan.