Create a verification
Requires the verification:write ability.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
status, individual_confirmation_mode, send_individual_confirmation_sms, send_individual_confirmation_email, accept_close_match, attribution_id, individual_confirmation_url, failure_reason, check_results, created_at, updated_at Body
Bank account name.
255Bank State Branch (BSB) code. Must be 6 digits.
Bank account number. Must be 6-10 digits.
Business name. When present, business_abn is required and business checks are run.
255Australian Business Number (ABN). Must be 11 digits. Required when business_name is present.
Individual's full legal name. When present, individual confirmation mode is required and individual checks are run. Must include a space between first name(s) and last name (e.g., "John Michael Doe").
255^[^\s]+\s+[^\s]+Individual's Australian mobile number. Required when send_individual_confirmation_sms is true.
The mobile number is also used for the individual's identity fingerprint. When successive verifications are requested via a common attribution_id and the individual_confirmation_mode is kyc, the mobile number is used to identify the individual. When the details have not changed, we fallback to biometric authentication for less friction, using the identification the individual provided in the last successful verification.
Individual's email address.
Verification mode for the individual.
kyc: Run full KYC to establish identity (biometric authentication on subsequent verifications).biometric: Biometric authentication with client-provided portrait image.skip: Skip individual verification entirely. Required when individual_name is present. Must be omitted when individual_name is omitted.
kyc, biometric, skip Whether to send the confirmation link to the individual via SMS. KYC and biometric verifications require at least one confirmation delivery channel.
Must be omitted when individual_confirmation_mode is skip or when individual_name is omitted.
Whether to send the confirmation link to the individual via email. KYC and biometric verifications require at least one confirmation delivery channel.
Must be omitted when individual_confirmation_mode is skip or when individual_name is omitted.
Individual's government-issued ID portrait image. Required for biometric authentication when individual_confirmation_mode is biometric. The image must be a valid base64-encoded JPEG or PNG image up to 5MB when decoded. The data URI prefix data:[MIME type];base64, is optional.
Required when individual_confirmation_mode is biometric, otherwise it must be omitted.
"data:image/jpeg;base64,/9j/..."
Attribution identifier for grouping related verifications.
255Whether to accept close match results for verifications. When true, the bank account name check will pass on both exact match and close match results. Defaults to false.
Response
VerificationResource