Mobile money is one of the most popular and accessible methods of transferring funds in The Gambia and across West Africa. Modem Pay supports seamless transfers to major mobile money providers.Documentation Index
Fetch the complete documentation index at: https://docs.modempay.com/llms.txt
Use this file to discover all available pages before exploring further.
Supported Networks
Here are the currently supported mobile money networks on Modem Pay:| Network | Key (network) | Notes |
|---|---|---|
| Africell | afrimoney | Instant transfers supported |
| Wave | wave | Instant transfers supported |
You must specify the correct
network value in your transfer request.Required Fields
For mobile money transfers, you must provide the following in your request:| Field | Required | Description |
|---|---|---|
amount | ✅ | Amount to send |
currency | ✅ | Currency code (e.g., GMD) |
network | ✅ | One of: afrimoney, wave |
account_number | ✅ | Recipient’s mobile wallet number |
beneficiary_name | ✅ | Name of the wallet holder |
narration | ⛔ | Optional transfer note |
metadata | ⛔ | Optional structured data (JSON) |
Initiate Payout
When initiating a transfer, you must provide an Idempotency-Key in the request header. This ensures that if the same request is sent multiple times (for example, due to network issues), only one transfer will be processed. The Idempotency-Key should be a unique value (such as a UUID) for each transfer request.
Payout Response
json
Retrieve a Payout
You can fetch the details of a specific transfer using its uniqueid.
Fraud Monitoring & Security
Modem Pay automatically monitors all payout transfers for suspicious or anomalous activity. If a transfer triggers our fraud detection systems, it is immediately flagged for review. When this happens:- You will receive an email notification alerting you to the flagged transfer.
- A
transfer.flaggedwebhook event will be sent to your configured webhook endpoint.
