Free
For testing and small projects
- 50 verifies / month
- 10 req / minute
- 1 API keys
Verify Telebirr, CBE, and other Ethiopian receipts by transaction number. One API for startups, shops, and apps.
Built for Ethiopian businesses
Telebirr receipt
Amount matches your invoice
API response
{
"success": true,
"provider": "telebirr",
"amount": 1500,
"currency": "ETB",
"status": "completed",
"latency_ms": 842
}
Supported institutions
Public receipt verification for the payments your customers already use.
Staff waste time opening bank apps, comparing screenshots, and still miss fake transfers.
Three steps from reference to confirmed amount.
Step 1
They pay to your Telebirr, CBE, or bank account and share the reference or receipt link.
Step 2
Send the provider + reference (or receipt URL) to our Ethiopia-hosted API.
Step 3
We return amount, status, payer, and receiver so you can match it to your invoice automatically.
Live demo
Pick a bank, paste a transaction reference, then sign up or log in to unlock the live result.
Payment proof for teams selling in Ethiopia — from early-stage startups to growing local businesses.
Verify Telebirr, CBE, and bank transfers before you release goods or confirm an order.
Ship payment proof into your product checkout without building fragile bank scrapers.
API keys, quotas, webhooks, and batch verify for apps that serve Ethiopian customers.
Pricing
Start free. Upgrade when volume grows.
For testing and small projects
For startup and small businesses
High volume production
Drop into NestJS, PHP, or any backend that can call HTTPS.
curl -X POST https://justverify.et/v1/verify \
-H "Authorization: Bearer jc_••••" \
-H "X-Api-Key: jc_••••" \
-H "Content-Type: application/json" \
-d '{
"provider": "telebirr",
"reference": "CE12345678",
"expected_amount": 1500
}'
Create a free key in minutes. Deploy the verify engine in Ethiopia and call it from anywhere.