Receipt Verifier • Ethiopian Payment Gateway

v1.0.0 • 7 Banks Supported

API Documentation

GET /index.php?api=1&bank={bank}&id={transaction_id}
Parameters:
bank - Bank name (telebirr, cbe, boa, awash, abay, dashen, mpesa)
id - Transaction ID
key - Optional API key (contact @Agegnewu0102)
Supported Banks:
telebirr cbe boa awash mpesa abay dashen
Example Response JSON
{ "success": true, "bank": "Telebirr", "status": "VERIFIED", "transaction": { "id": "TX123456789", "amount": "500.00", "currency": "ETB", "sender": "Abebe Kebede", "receiver": "Rome 1960 Cafe", "date": "2026-07-28 10:30:20" }, "verification": { "source": "Official Bank System", "verified_at": "2026-07-28 10:35:00" }, "message": "Payment verified successfully." }
Secure API with rate limiting • Results cached for 60 minutes