Skip to content

Introduction

Our Collection API, known as PayWithBrij, enables businesses to securely receive payments from customers through multiple supported channels, including bank transfers, mobile money, and card payments, across several countries in Africa. This guide provides a step-by-step overview to help you successfully integrate and begin collecting payments.

The Collection API allows merchants to initiate and manage payment requests from their customers in real time. It also supports transaction tracking, status updates, and automated notifications to ensure transparency and operational efficiency.

This API is built on a RESTful architecture, with strong security and simplicity in mind, making it easy to integrate into your existing applications or platforms.

Prerequisites

Before you begin the integration process, please ensure you have the following in place:

  1. An active merchant account with the required wallet(s) already created.
  2. Your Live Secret Key .
  3. Configure Your Live Callback URL.
  4. A server environment capable of making secure HTTPS requests.
  5. A basic understanding of REST APIs and JSON.
  6. Ensure Your Account has been whitelisted for this service

API Base URL

All requests should be sent to the Collection API base endpoint:

BASE URL: https://api.brij.money/api/v2/paywithbrij

💡 Ensure that all communication is done over HTTPS for security.