KYC

The Brite KYC product enables merchants to obtain KYC data about their customer at any time. The most common use case is in the Brite Play flow, where merchants perform KYC and then decide whether to proceed with the transaction and create a user account on their side or decline the transaction based on the KYC response. But it can also be used as a standalone product. 

Integration

Initiate a KYC by calling the kyc.create endpoint using a customer_id.

				
					// example request
{
    "customer_id": "string"  // required
}
				
			
The response will contain an id for the KYC which is used to call the kyc.get endpoint to retrieve the KYC information.

KYC data

The KYC data available for collection differ across different geographies. Please reach out to your Integration Specialist for more information

Table of contents