This section will cover the customer management options within the Brite API. A customer is automatically created the first time an end user is authenticated. For every session or deposit, a corresponding customer_id can be retrieved by getting the session or transaction by id. The customer_id can then be used to get further information about the customer.
Allowing customers to authenticate using Brite client the customer information returned can be used to further do KYC lookups, Create customer accounts in the Merchant Portal or login the customer on your website.
References:
Get Customer by ID #
Information about a specific customer can be fetched by passing the customer_id to Brite in the customer.get API call.
API Reference: /api/customer.get
List Customers #
To extract a list of all registered customers, use the filter options within the customer.list API call. In the response an array of objects containing customer information will be received.
API Reference: /api/customer.list