Skip to main content

Show Policy Wrong Data


Use Show Policy Wrong Data to show an error when the submitted policy details do not match the selected provider records.



This screen includes:

#ElementDescription
1Error modalDisplays the invalid policy data message.
2Close actionDismisses the modal.
3Modal titleDisplays Invalid Policy Data.
4Error messageInstructs the user to check the policy details and enter the values exactly as shown in the policy.
5Try Again actionReturns the user to the policy form.
6Chat with Support actionOpens support chat for help with policy verification.

Workflow

  1. Open Add Coverage.
  2. Select a coverage provider.
  3. Enter the required policy details.
  4. Submit the policy verification request.
  5. Display the error modal when provider records do not match the submitted details.
  6. Select Try Again to return to the policy form.
  7. Select Chat with Support to contact support.

Validations

ScenarioApp behaviorSDK output
Session invalidBlock policy verificationstate = unauthenticated
Coverage provider missingDisable Continuevalidation = coverage_required
Policy details missingDisable Continuevalidation = policy_details_required
Provider records do not matchDisplay invalid policy data modalerror = wrong_policy_data
Policy verification succeedsContinue coverage flowcoverage = verified
Request rejectedDisplay error statestatus = 405

Actions

ScenarioApp behaviorSDK output
Policy details submittedVerify provider recordsPOST /api/v3/coverage/add/new-coverage
Wrong data returnedLoad invalid policy data modalPUT /api/v3/coverage/add/new-coverage/error/wrong-policy-data
Try Again selectedReturn to policy formnavigation = retry
Chat with Support selectedOpen support chataction = chat_support
Close selectedDismiss modalstate = dismissed
Request rejectedPreserve entered policy detailsstate = unchanged

Endpoint Resources

Show Policy Wrong Data

PUT 

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


Returns the invalid policy data modal when submitted policy details do not match provider records.