Testing — Collections
Mobile Money
✅ Successful
Use these details to simulate a successful mobile money collection:
- Phone Number:
254712345678 - Currency:
KES - Amount: Any valid amount
- External Reference: Unique reference
{
"externalReference": "test-reference",
"amount": 300,
"currency": "KES",
"phoneNumber": "254712345678"
}❌ Failed
- Phone Number:
254787654321
{
"externalReference": "test-reference",
"amount": 300,
"currency": "KES",
"phoneNumber": "254787654321"
}Bank Transfer
✅ Successful
- Email:
[email protected] - Currency:
NGN - Amount: Any valid amount
{
"externalReference": "test-reference",
"amount": 300,
"currency": "KES",
"email": "[email protected]"
}❌ Failed
- Email:
[email protected]
{
"externalReference": "test-reference",
"amount": 1000,
"currency": "NGN",
"email": "[email protected]"
}Updated about 2 months ago
