Resubmit a failed KYC application with corrected PII

Resubmits a KYC application for a user whose previous attempt returned
FAILURE status. The caller provides a corrected set of identity and
address fields, which replace the previously stored values and are sent
to IDComply for re-verification.

Only FAILURE applications may be retried. PENDING, SUCCESS, MORTALITY,
PEP, and OFAC applications return 409 with code kyc_not_retryable.
A per-ISV retry limit applies; exceeding it also returns 409 with code
kyc_not_retryable.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

User unique identifier

Body Params
string
required

User's legal first name

string
required

User's legal last name

string

User's middle name (optional)

date
required

User's date of birth (YYYY-MM-dd)

string
required

Last 4 digits of User's SSN

string
required

First line of user's street address (e.g. '123 Main St')

string

Second line of user's street address, e.g. apartment or suite (optional)

string
required

User's city

string
required

Two-letter state abbreviation

string
required

User's zip code

string
required

ISO 3166 alpha-2 country code

string

10-digit phone number, no country code, no formatting (optional)

string

User's email address (optional)

Headers
uuid

Internal use only

uuid

Internal use only

Responses

401

Access token is missing or invalid

Language
Credentials
http
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json