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

{
  "externalReference": "test-reference",
  "amount": 300,
  "currency": "KES",
  "email": "[email protected]"
}

❌ Failed

{
  "externalReference": "test-reference",
  "amount": 1000,
  "currency": "NGN",
  "email": "[email protected]"
}