Create Verification
Creates or resumes a verification session for an account.
Authorizations
An account API key, account scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version.
"2026-07-01"
Query Parameters
The account ID to verify (biz_ tag).
Body
The verification type. Defaults to individual.
individual, business Whether to restart an in-flight verification.
Optional. Tax identification number — SSN for individuals, EIN for businesses. Tokenized in transit, never stored raw; stored on the profile so the payout account, provisioned on approval, doesn't raise a tax-id RFI.
Optional pre-fill claim. Seeds the Sumsub session; attested values come from Sumsub on approval.
Optional pre-fill claim. Seeds the Sumsub session; attested values come from Sumsub on approval.
Optional pre-fill claim. Seeds the Sumsub session; attested values come from Sumsub on approval.
Optional pre-fill claim for businesses.
Optional. Business structure (e.g. llc, corporation).
Optional. Place of incorporation (state/region); maps to the business address state.
Optional. Business website URL. Accepted for both individual and business verifications on company accounts; persisted to the account's metadata and used to provision the payout account on approval. Whop store pages are rejected.
Optional pre-fill claim — phone number.
Optional pre-fill claim. Country code; for businesses, the country of incorporation.
Optional pre-fill claim. Address (line1, city, state, postal_code).
Response
verification created
The verification ID, e.g. idpf_*
individual, business not_started, pending, approved, rejected, action_required ISO 3166-1 alpha-2 country code (e.g. US, GB). For individuals this is the country of citizenship or residence reported by the identity provider; for businesses this is the country of incorporation.
The outstanding information this verification still needs — payout RFIs and audit RMIs, one uniform shape.

