Beneficiary API
Beneficiary management endpoints
Beneficiary API
The Beneficiary API provides endpoints for managing beneficiaries in the FinHub platform. These endpoints allow for creating, retrieving, updating, and managing beneficiary information for financial transactions.
Available Endpoints
This tag groups endpoints related to beneficiary management operations, including:
Method | Endpoint | Description |
---|---|---|
GET | /api/v2.1/beneficiary | Get all beneficiaries |
POST | /api/v2.1/beneficiary | Create a new beneficiary |
GET | /api/v2.1/beneficiary/ | Get beneficiary by ID |
PUT | /api/v2.1/beneficiary/ | Update a beneficiary |
DELETE | /api/v2.1/beneficiary/ | Delete a beneficiary |
Beneficiary Management
The Beneficiary API enables comprehensive management of beneficiary records, allowing financial institutions to maintain accurate beneficiary information for payment and transfer operations.
Data Security
Beneficiary data is handled with strict security measures in accordance with data protection regulations. All endpoints require proper authentication and authorization to access beneficiary information.