Creating and submitting an out-of-network vision claim
The claim object contains all the information required to send a claim to an insurer:
During claim submission, the API validates the claim payload against known insurer requirements and will reject claims that we know will be rejected by the insurer. However, this does not guarantee the opposite; a claim accepted by the API can still be rejected by the insurer.
Insurers can change their claim requirements without notifying us. When this happens, as soon as we understand the new requirements, we will update the validation rules and inform you. It is advisable to be prepared to adopt the updated rules as quickly as possible.
The main fields of claim are:
patient
: JSON object, representing patient detailsprimary_member
: JSON object, representing primary patient memberservices
: list of JSON objects, representing services that can be reimbursedBoth patient
and primary_member
must be provided even if the claim is created for a primary member. In this case, both the patient
object and primary_member
object must contain the same data.
Your API token prefaced with an "Api" prefix. Example value: "Api B3F4242424E3FDB4242424242A9C7642"
The response is of type object
.
Creating and submitting an out-of-network vision claim
The claim object contains all the information required to send a claim to an insurer:
During claim submission, the API validates the claim payload against known insurer requirements and will reject claims that we know will be rejected by the insurer. However, this does not guarantee the opposite; a claim accepted by the API can still be rejected by the insurer.
Insurers can change their claim requirements without notifying us. When this happens, as soon as we understand the new requirements, we will update the validation rules and inform you. It is advisable to be prepared to adopt the updated rules as quickly as possible.
The main fields of claim are:
patient
: JSON object, representing patient detailsprimary_member
: JSON object, representing primary patient memberservices
: list of JSON objects, representing services that can be reimbursedBoth patient
and primary_member
must be provided even if the claim is created for a primary member. In this case, both the patient
object and primary_member
object must contain the same data.
Your API token prefaced with an "Api" prefix. Example value: "Api B3F4242424E3FDB4242424242A9C7642"
The response is of type object
.