Pricing
At EligiFai, we believe in providing high-quality eligibility verification services at an affordable price. We are committed to helping your business thrive without breaking the bank. Our pricing is transparent, straightforward, and designed to fit the needs of businesses of all sizes.
Pay as you Go!
Monthly Charges |
Number of Transactions Included |
Overage |
---|---|---|
$100 |
1000 |
$0.10 |
$225 |
1001-2500 |
$0.09 |
$400 |
1001-2500 |
$0.09 |
$700 |
5000-10000 |
$0.07 |
$2000 |
10000-40000 |
$0.05 |
--request POST https://eligibilityapiv2.eligifai.com/api/External/CheckEligibility
--header 'Client-API-Id: {{client-api-id}}' \
--header 'Client-Secret: {{client-secret}}' \
--header 'Content-Type: application/json' \
--data-raw ' {
" patientFirstName": "dave",
" patientLastName": "Elfard",
" patientdateofbirth": "01/01/1980",
"dos": "11/12/2021",
"memberID": "PolicyNumber",
"payerCode": "87726",
"providerLastname": "Wyoming care",
"providerFirstname": null,
"npi": "1234567890",
" servicecode":"30"
}'