Complete flow
Send this request to verify the user and complete the flow. It will return a correlation ID, user information, and the next step to call in the flow. There is a validation check that requires at least first + last name or SSN passed in, else an HTTP 400 is returned. Additionally, specific to the Pre-Fill® or Prove Identity® with KYC use case, you need to pass in first name, last name, DOB and SSN (or address) to ensure you receive back the KYC elements and correct CIP values.
Welcome to the Prove® Platform documentation! This documentation applies only if you use the client-side SDK and Prove® Platform APIs.
For access to classic documentation, please contact support@prove.com or your Prove representative.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Correlation ID is the unique ID of the flow. To continue the flow, the field will also be used for each of the subsequent API calls in the same flow.
Response
ChangeDetected returns true if the individual information changed.
Next contains the next set of allowed calls in the same flow.
Success returns true if the individual was verified successfully.