Appearance
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:
- An active merchant account with the required wallet(s) already created.
- Your
Live Secret Key. - Configure Your
Live Callback URL. - A server environment capable of making secure
HTTPSrequests. - A basic understanding of
REST APIsandJSON. - 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.
