The Brite KYC product offers the possibility to get KYC (Know Your Customer) data about the end user at any time. The regular usage of the Brite KYC product would be to trigger the KYC creation when performing a deposit. In order to trigger KYC the merchant needs to have the Brite customer_id of the customer.
The following API calls are referenced here:
Create KYC #
When the merchant calls kyc.create on an end user, an id for the KYC will be provided in the response. This can later be used to retrieve the KYC information.
API Reference: /api/kyc.create
Get KYC by ID #
The get KYC by id API call is used to get the KYC information on an end user after it has been created. This is achieved by using the id received from the create KYC API call, and in return getting an object containing the KYC information.
API Reference: /api/kyc.get
Get latest by Customer ID #
The get latest KYC call is used to get the latest KYC data created for a customer by using the customer_id.
API Reference: /api/kyc.get_latest