Verify Ethiopian
Payment Receipts
Paste a receipt reference number, confirm the amount and sender before you hand over goods. Works with CBE, Telebirr, and more.
Free to start - no account required
Supported payment providers
CBE
Commercial Bank of Ethiopia
Telebirr
Ethio Telecom
BOA
Bank of Abyssinia
Dashen
Dashen Bank
Awash
Awash Bank
M-Pesa
Safaricom Ethiopia
CBE Birr
CBE Mobile Wallet
Siinqee
Siinqee Bank
Kaafi Ebirr
Kaafi Ebirr
How it works
1
Choose a bank
Select the bank or wallet that issued the payment receipt.
2
Enter the reference
Type the reference or transaction number from the customer's receipt.
3
Get instant results
We fetch the official receipt and show you the real amount, payer, and status.
Why Receipt Check
Instant
Results in under 5 seconds. No waiting on bank apps.
Accurate
Reads directly from official bank receipt endpoints.
Multi-bank
CBE, Telebirr, BOA, Dashen, Awash, M-Pesa, and more.
Private
Receipts are not stored. We verify and discard.
Simple REST API
One endpoint, clean JSON. Integrate payment verification into your checkout, ERP, or support workflow in minutes.
API ReferencePOST /api/verify
Content-Type: application/json
{
"bank": "cbe",
"reference": "FT1234567890",
"accountSuffix": "12345678"
}
ā {
"success": true,
"verified": true,
"data": {
"amount": 1500.00,
"currency": "ETB",
"payer": "Natnael B.",
"reference": "FT1234567890"
}
}