Beneficiary Management
API endpoints for managing payment beneficiaries in the FinTrans™ platform
Beneficiary Management
These API endpoints allow tenants to manage payment beneficiaries in the FinTrans™ transaction processing system, enabling customers to store and manage recipients for financial transactions.
Use Cases
- Creating new payment beneficiaries
- Retrieving a customer’s beneficiary list
- Updating beneficiary information
- Managing beneficiary status and verification
- Supporting recurring payment workflows
Integration Notes
Beneficiary management is an essential component of the payment capabilities in the FinTrans™ platform. The beneficiary system supports:
- Individual and business beneficiaries
- Domestic and international payment recipients
- Multiple payment methods and account types
- Beneficiary verification and risk assessment
- Compliance with regulatory requirements
For Enterprise subscription tier tenants with the Multi-Currency Financial Operation capability (SCT09), additional beneficiary features are available to support cross-border payments.
Key Endpoints
Get Customer Beneficiaries
Retrieves all beneficiaries for a specific customer.
Update Beneficiary
Updates information for a specific beneficiary.
Get Organization Beneficiaries
Retrieves all beneficiaries for a specific organization.
Response Codes
Code | Description |
---|---|
200 | Operation successful |
400 | Invalid request parameters |
401 | Unauthorized - Invalid API key |
403 | Forbidden - Insufficient permissions |
404 | Beneficiary or customer not found |
500 | Internal Server Error |