Infinitus API - Implementation Template
Setup
Prerequisites
Before implementing this integration, please ensure the following requirements are met.
Authentication and Access
- Valid API credentials (API key) from your Infinitus organization
- Configured webhooks in your Infinitus organization's settings
System Requirements
- FHIR-compatible system that supports:
- RTPBC (Real-Time Pharmacy Benefit Check) Claim bundle requests
- RTPBC Claim response endpoints
- For Salesforce PSP Benefits Verification integration: Understanding and proper configuration of Salesforce PSP Benefits Verification system
Implementation Steps
Configure Infinitus API Access
- Access the Infinitus Customer Portal
- Navigate to Settings → API Keys
- Generate a new API key
Deploy Infinitus Mule Application
- Deploy the Infinitus Mule application to your environment
- Configure the required environment variable
programId
to specify the target program within your Infinitus organization - If
programId
is not set, thedefault
program will be used - Configure the required environment variable
infinitus.apiKey
to specify the infinitus api key that can get in 1st step
Configure Infinitus Webhook
- Access the Infinitus Customer Portal
- Navigate to Settings → API Keys -> Webhooks
- Generate a new webhook using your Infinitus Mule application deployment URL
API Manager Integration (Optional)
- If using Anypoint Platform's API Manager:
- Create an API policy
- Obtain the Auto Discovery ID from API Manager
- Add the Auto Discovery ID as an environment variable (
autoDiscoveryId
) during Mule application deployment
- If using Anypoint Platform's API Manager: