This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Customer management
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 the 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.
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.
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.