Approve Manual KYC for an individual

POST

Approve manual KYC (mKYC) for an individual as to allow them to pass all KYC workflow steps without performing eKYC. To ensure there is enough evidence for the mKYC process to be valid, the individual will need to have documents that match at least one of the following combinations:

1 Primary Photographic ID e.g.

  • ”DRIVERS_LICENSE”: Driver’s license.
  • ”PASSPORT”: Passport

2 Primary Non-Photographic IDs e.g.

  • ”BIRTH_CERT”: Birth certificate
  • ”CITIZENSHIP”: Citizenship certificate

1 Primary Non-Photographic ID AND 1 Secondary ID e.g.

  • ”VISA”: Visa document (not Visa payment card)
  • “IMMIGRATION”: Immigration card
  • ”NATIONAL_HEALTH_ID”: Any national health program ID card (e.g. Medicare, NHS)
  • “NAME_CHANGE”: Name change confirmation
  • ”MARRIAGE_CERT”: Marriage certificate

Path parameters

entityIdstringRequired

Unique FrankieOne identifier for an entity

Headers

X-Frankie-CustomerIDstringRequired

Your Customer ID provided by FrankieOne

X-Frankie-CustomerChildIDstringOptional

Your Customer Child ID provided by FrankieOne

X-Frankie-ChannelstringOptional

Open string that can be used to define the “channel” the request comes in from. It can potentially be used in routing and risk calculations upon request. Default values that can be used are: api portal smartui Any alphanumeric string is supported though. Anything over 64 characters will be truncated.

X-Frankie-UsernamestringOptional

Username provided by API caller

Request

This endpoint expects an object.
approvedBystringRequired

Who approved the mKYC verification process.

approvedDocumentslist of stringsRequired

The identity documents approved as part of the mKYC verification process.

commentobjectOptional

Response

OK

requestIdstringOptional

The unique request ID for the API call made.

processResultslist of objectsOptional
Built with