Submit KYC Data
Submit identity (KYC) data you have already collected for the application’s user, with their consent. Verification runs server-side - the user does not need to complete a Plaid link. The result is usually available asynchronously: poll the application status endpoint for the final kyc_status, or subscribe to the identity_verification.* webhook events. Repeat submissions while a verification is in progress are idempotent and return the current status without re-sending data; corrected data is applied on a new submission after the current attempt completes or fails.
Authorizations
Your Meow API key for authentication
Path Parameters
Body
Email address of the application's user this KYC data belongs to. Must match the user_email the application was created with.
Legal first name
1Legal last name
1Date of birth (YYYY-MM-DD)
Government ID number. For us_ssn use nine digits, with or without dashes (123-45-6789 or 123456789); for us_ssn_last_4 use the last four digits. Formatting characters are stripped before verification.
Residential address
Type of government ID (e.g. us_ssn, us_ssn_last_4)
ar_dni, au_drivers_license, au_passport, br_cpf, ca_sin, cl_run, cn_resident_card, co_nit, dk_cpr, eg_national_id, es_dni, es_nie, hk_hkid, in_pan, in_epic, it_cf, jo_civil_id, jp_my_number, ke_huduma_namba, kw_civil_id, mx_curp, mx_rfc, my_nric, ng_nin, nz_drivers_license, om_civil_id, ph_psn, pl_pesel, ro_cnp, sa_national_id, se_pin, sg_nric, tr_tc_kimlik, us_ssn, us_ssn_last_4, za_smart_id Phone number in E.164 format (e.g. +14155550123)
^\+[1-9]\d{1,14}$Response
Successful Response
Unique application identifier
Email address of the verified user
Identity verification status after this submission. Verification usually completes asynchronously: poll the application status endpoint for the final result. This polled status has no action_required value — attempts the identity_verification.* webhook stream reports as identity_verification.action_required appear here as pending until a new attempt resolves.
not_started, pending, approved, rejected