Soft Check
Refer to the Soft Check guide for what a soft check returns.
See the Demo Project for a working example.
Create a Session
Create the SoftEligibilitySession by calling createSoftEligibilitySession on the SDK, nested within your BridgeSdkProvider.
You must provide at least one ServiceType ID.
Render SoftEligibilityProvider with the session as a parent of your eligibility form.
Form Input
Soft checks require the state and payer fields, never any other information.
Use Building Forms for payer autocomplete and field hooks.
Submission
Bridge manages the loading state and validation of your inputs.
Use useSoftEligibilitySubmit for isDisabled and submit.
Handle the result
Use useSoftEligibilityState to read status and providers.
See the Soft Check guide for status values.