LubaakPay
14 Ethiopian payment systems supported

Verify any Ethiopian
bank transaction instantly

Paste a receipt URL or reference number. LubaakPay fetches, parses, and returns structured transaction data in milliseconds — with caching for repeat lookups.

14 Banks & wallets
3 Receipt formats PDF, HTML, JSON
Cached lookups Served from DB instantly
0 Auth required
Simple API

One endpoint.
Any receipt.

POST a receipt URL or reference number. We detect the bank, fetch the receipt, parse it, and hand you clean JSON — no scraping setup, no PDF parsing on your side.

URL auto-detection

Bank is inferred from the hostname — no bank param needed.

Reference auto-detection

FT-prefix → CBE, short alphanumeric → Telebirr, and more.

DB caching

First lookup parses live. Repeat lookups skip the network entirely.

Fraud detection

Receipts verified 5+ times are flagged suspicious — catch shared screenshots before goods leave.

Pending state

When a bank API is temporarily down, get a soft pending response instead of a hard error.

POST /api/v1/verify
// Request
{
  "url": "https://mbreciept.cbe.com.et/fHCxyUdnBt2PA0H8ge"
}

// Response
{
  "valid":  true,
  "bank":   "cbemobile",
  "cached": false,
  "data": {
    "sender_name":      "Mengistu Asamene Aderaw",
    "receiver_name":    "Asnekechi Jima Negawo",
    "sent_amount":      "200.00 ETB",
    "total_paid":       "200.61 ETB",
    "transaction_id":   "FT26146T7DY0",
    "transfer_date":    "2026-05-25 20:17:00"
  }
}
Supported

Every major Ethiopian payment system

From traditional bank transfers to mobile wallets — if there's a digital receipt, LubaakPay can parse it.

Commercial Bank of Ethiopia

Commercial Bank of Ethiopia

cbe · PDF receipt
CBE Mobile Receipt

CBE Mobile Receipt

cbemobile · JSON API
CBE Birr

CBE Birr

cbebirr · PDF receipt
Bank of Abyssinia

Bank of Abyssinia

boa · JSON API
Telebirr

Telebirr

telebirr · HTML receipt
Zemen Bank

Zemen Bank

zemen · PDF receipt
Awash Bank

Awash Bank

awash · HTML receipt
Dashen Super App

Dashen Super App

dashen · PDF receipt
M-Pesa Ethiopia

M-Pesa Ethiopia

mpesa · PDF via API
Wegagen Bank

Wegagen Bank

wegagen · JSON API
NIB International Bank

NIB International Bank

nib · JSON API
Siinqee Bank

Siinqee Bank

siinqee · JSON API
Abay Bank

Abay Bank

abay · JSON API
Kaafi Ebirr

Kaafi Ebirr

kaafiebirr · JSON API
How it works

Verify in seconds

01

Paste a URL or reference

Drop in a full receipt URL from any supported bank, or just the transaction reference number. For ambiguous references, specify the bank.

02

We fetch & parse the receipt

LubaakPay fetches the receipt from the bank — whether it's a PDF, an HTML page, or a JSON API — and extracts all transaction fields into a consistent structure.

03

Get structured JSON

Receive a clean, consistent JSON object with sender, receiver, amounts, dates, and status — regardless of which bank issued the receipt. Cached for instant future lookups.

Ready to verify a transaction?

Use the interactive UI to verify manually, or integrate the API directly into your application.