cs-visual-time-sapi-v2
System API for interacting with Visual Time services. Supports payment processing, policy issuance, insured data management, and benefit updates within institutional insurance workflows.
home
๐ Home - ๐งพ cs-visual-time-sapi-v2
The cs-visual-time-sapi-v2
API is a System API that interfaces directly with the VisualTIME API or its underlying database, enabling key operations such as insured value updates, policy issuance, payment processing, and beneficiary management.
This API serves as a crucial backend connector for VisualTIME functionalities in institutional insurance flows.
๐ Basic Information
- API Title: cs-visual-time-sapi-v2
- Version: 1.0.0
- Base URL:
https://cs-visual-time-sapi-{env}-v2.us-e1.cloudhub.io/api/
- Environments:
dev
qa
prod
๐ How to Get Started
- Authentication:You must include a valid
client_id
and an OAuth 2.0 Bearer token to authenticate all API requests. - Base URL Usage:Use the Base URL above as the root for all endpoints. Replace
{env}
with your current environment (e.g.,dev
,qa
,prod
). - Headers:Add the following headers to each API call:H "client_id: YOUR_CLIENT_ID"H "Authorization: Bearer YOUR_ACCESS_TOKEN"
๐ Available Endpoints
๐ Endpoints Overview
Method | Endpoint | Description | Exchange Link |
---|---|---|---|
GET | /send-payments-orders | Retrieve payment orders marked to be sent | View Details |
POST | /receive-payments-orders | Receives final result of payment orders from virtual wallets | View Details |
POST | /quoting/issuing-of-policy | Get insurance quote and issue a policy | View Details |
GET | /quoting/release-or-issuance-of-Policy | Release or issue a policy | View Details |
POST | /creation-of-insured-persons | Include insured individuals in institutional policies | View Details |
PUT | /update-of-insured-amounts | Update insured capital amounts | View Details |
PUT | /client-newness | Update insured, dependent, and beneficiary data | View Details |
GET | /obtain-information/modulebysalechannel | Query payment frequency configuration by sales channel | View Details |
PUT | /update-modulebysalechannel | Update payment frequency status in modules | View Details |
POST | /addRemoveDependentInsureds | Add or remove dependent insured individuals | View Details |
PUT | /updatePolicyBeneficiaries | Update beneficiary information on a policy | View Details |
โ ๏ธ Error Handling
The API uses standard HTTP response codes to indicate the success or failure of requests:
200 OK
โ Request succeeded400 Bad Request
โ Input validation error401 Unauthorized
โ Authentication failed404 Not Found
โ The requested resource was not found500 Internal Server Error
โ Unexpected server-side error
๐ Support
For any issues, please contact the API support team:
Integration Services and Applications Coordination
๐ง epalma@fgs.co
๐ Notes
- Documentation last updated: April 2025
- For further updates, refer to the API Exchange Portal