Welcome to the Berbix API Explorer! Our API reference is interactive so that you can test the Berbix API directly from our documentation.

API Keys Required

To try our APIs, you'll need to generate a Test API Secret from within the Berbix Dashboard. Please see our API key generation instructions if you haven't already done so.

Authentication Types

Basic Authentication

Basic Authentication is required to create a transaction or create an access token. Your API Secret should be used as the username.

Access Token

An access_token is required to get transaction data and is the bearer token returned from the /tokens endpoint. Please use the following OAuth 2.0 format in your request header: Authorization: Bearer <token>