Getting Started

To begin integrating the Bell BASS API:

  1. Obtain your API key from the Bell BASS developer portal.

  2. Familiarize yourself with the API endpoints and the required request/response formats.

  3. Start by integrating the service most critical to your application, whether it’s bank transfers, virtual accounts, utility bill payments, or webhooks.

  4. Implement comprehensive error handling and security measures.

By following this guide, you can seamlessly integrate the Bell BASS API into your application, providing robust and secure financial services to your users.

For more detailed information, please refer to the Bell BASS API Reference Documentation or contact our support team at support@bellmfb.com.

BASE URL SANDBOX: https://sandbox-baas-api.bellmfb.com
BASE URL PRODUCTION: http://baas-api.bellmfb.com

Generate Token

Use consumerKey, consumerSecret and validityTime at the header to generate a tok

POST /v1/generate-token

Use consumerKey, consumerSecret and validityTime at the header to generate a token

Headers

Response

{
    "success": true,
    "message": "Token generated successfully",
    "token": "eyJhbGciOiJIUz9.eyJidXNpbmVzc0lkIjoyMCwidXNlcklkIjo1NDIsInN0YXR1cyI6ImIsImlhdCI6MTcxNjczNzQ0NX0.Avy8w4f-B3432zBeo9a7HXdI1M4XvARVO_XGo"
}

Last updated