Skip to main content

Show Policy Wrong Data


Use Show Policy Wrong Data to notify the user when the submitted coverage details do not match the selected provider records.

The popup lets the user continue as a private user or contact support for help with coverage verification.



This screen includes:

#ElementDescription
1Page titleDisplays Add Coverage.
2Back actionReturns the user to the previous screen.
3Coverage selectorDisplays the selected coverage provider.
4Policy number fieldCaptures the policy number for coverage verification.
5Coverage error modalDisplays a policy verification error.
6Close actionDismisses the modal and returns to the add coverage form.
7Error messageExplains that the provided information does not match the provider records.
8Private user actionLets the user continue as a private user and claim expenses separately.
9Contact Us actionOpens the support contact option for help with coverage verification.

Workflow

  1. Open Add Coverage.
  2. Select a coverage provider.
  3. Enter the required policy details.
  4. Submit the coverage verification request.
  5. Display the wrong data popup when the provider records do not match the submitted details.
  6. Select Private user to continue without verified coverage.
  7. Select Contact Us to request support.

Validations

ScenarioApp BehaviorSDK Output
Session invalidBlock coverage verificationstate = unauthenticated
Required coverage details missingBlock submissionstate = invalid
Provider records do not matchDisplay wrong data popuperror = wrong_policy_data
Provider verification succeedsContinue coverage flowcoverage = verified
Verification request failsDisplay error statestate = error

Actions

ScenarioApp BehaviorSDK Output
Coverage details submittedVerify provider recordscoverage = submitted
Wrong data returnedLoad wrong data popupPUT /api/v3/coverage/add/new-coverage/error/wrong-policy-data
Private user selectedContinue without verified coveragecoverageMode = private_user
Contact Us selectedOpen support contact flowaction = contact_support
Close selectedReturn to add coverage formstate = dismissed
Request rejectedPreserve entered coverage detailsstate = unchanged

Endpoint Resources

Looking for Alternative

PUT 

v3/coverage/add/new-coverage/error/wrong-policy-data


Returns the coverage verification error popup when the submitted policy details do not match the provider records.