Know if the payment is real, in seconds.

Verify Telebirr, CBE, and other Ethiopian receipts by transaction number. One API for startups, shops, and apps.

Built for Ethiopian businesses

POST /v1/verify | live result verified

Telebirr receipt

Payment verified

Amount matches your invoice

Provider
Telebirr
Reference
CE••••8124
Amount
1,500.00 ETB
Payer
H. Gidey
Status
completed

API response

{
  "success": true,
  "provider": "telebirr",
  "amount": 1500,
  "currency": "ETB",
  "status": "completed",
  "latency_ms": 842
}

Supported institutions

Ethiopian rails, one API

Public receipt verification for the payments your customers already use.

Telebirr
CBE
CBE Birr
Bank of Abyssinia
Dashen
Awash
Zemen
Siinqee
Abay
M-Pesa
eBirr
Telebirr
CBE
CBE Birr
Bank of Abyssinia
Dashen
Awash
Zemen
Siinqee
Abay
M-Pesa
eBirr

Manual receipt checks don’t scale

Staff waste time opening bank apps, comparing screenshots, and still miss fake transfers.

  • Screenshots can be edited
  • Same reference reused on two orders
  • No clear audit trail for finance
  • Telebirr & CBE checks need Ethiopian access

How it works

Three steps from reference to confirmed amount.

Step 1

Customer pays

They pay to your Telebirr, CBE, or bank account and share the reference or receipt link.

Step 2

You call JustVerify

Send the provider + reference (or receipt URL) to our Ethiopia-hosted API.

Step 3

Get proof

We return amount, status, payer, and receiver so you can match it to your invoice automatically.

Live demo

Try a verification now

Pick a bank, paste a transaction reference, then sign up or log in to unlock the live result.

Free to start. After you click Verify, we ask you to create an account or log in so you can see the full result.

Built for Ethiopian businesses & startups

Payment proof for teams selling in Ethiopia — from early-stage startups to growing local businesses.

Ethiopian businesses

Verify Telebirr, CBE, and bank transfers before you release goods or confirm an order.

Startups

Ship payment proof into your product checkout without building fragile bank scrapers.

Developers & SaaS

API keys, quotas, webhooks, and batch verify for apps that serve Ethiopian customers.

Pricing

Simple plans that grow with you

Start free. Upgrade when volume grows.

Free

For testing and small projects

0 ETB / month
  • 50 verifies / month
  • 10 req / minute
  • 1 API keys
Start free

Business

High volume production

1,999 ETB / month
  • 50,000 verifies / month
  • 300 req / minute
  • 20 API keys
Choose Business

Compare full plan details →

One request. Clear answer.

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
  }'

Start verifying payments today

Create a free key in minutes. Deploy the verify engine in Ethiopia and call it from anywhere.