Skip to main content
skip creates a verification without asking the contact to complete an ezyshield identity flow. This is the lowest-friction mode, but it moves contact identity assurance outside ezyshield. Use it intentionally.

When to use it

Use skip when:
  • your system already has a separate identity assurance process
  • the verification does not require an ezyshield contact step
  • your risk model accepts that the individual will not complete ezyshield KYC or biometric confirmation
Do not use skip just to make the first integration faster. Start with kyc unless you have a clear reason not to.

What happens

1

Create the verification with `individual_confirmation_mode: skip`

Include the business, contact, and bank account details required for the verification. Do not send SMS or portrait-image fields.
2

ezyshield processes the supplied details

There is no contact confirmation link, SMS, document upload, or face scan.
3

Your app receives the result

Process webhook events or retrieve the verification to learn the terminal status.

What not to send

When using skip, omit:
  • send_individual_confirmation_sms
  • individual_portrait_image
For exact request fields and validation behavior, see Create a verification.