Soft Check

Refer to the Soft Check guide for what a soft check returns.

See the node demo for a working example.

1

Run the check

Pass serviceTypeIds, payerId, and state to softEligibility.

1const result = await bridge.softEligibility({
2 serviceTypeIds: ["svt_xxx"],
3 payerId: "pyr_xxx",
4 state: "CA",
5});
2

Handle the result

Read result.status and result.providers. See the Soft Check guide for status values.