latestOpenAPI 3.0.12026-08-105551287.6 KB

c481fa2414f9

Person identifications

(Manual KYC) Set identification to successful

This endpoint sets the status of an identification to successful. Use this endpoint if you are implementing the manual KYC flow in your solution.

patch/v1/persons/{person_id}/identifications/{id}/mark_as_successful

Path parameters

person_idstring required

The unique ID of the person resource created for a customer.

Example:dc1a6812a14f6cc338cd084208535bcdcper
idstring required

The unique ID of the identification resource created for a customer.

Example:6dc54352d6793a892e0702850d07b831cidt

Request body

completed_atstring date-time required

The date and time that the identification was completed (maximum 18 months in the past).

Response

Unexpected error