Guide

Tuna API — Verify Ethiopian receipts programmatically

Tuna provides a free REST API for verifying Ethiopian bank receipts. No API key required. Supports CBE, Telebirr, BOA, and 7 other banks.

1

Endpoint

POST https://api.txna.me/verify with bank and reference.

2

Request body

{{"bank": "CBETETAA", "ref": "FT25211G11JQ", "extras": {{"account": "12345678"}}}}

3

Response

Returns verified status, sender, receiver, amount, date, and more.

4

SDKs

Use the Python SDK (pip install tuna-sdk) or TypeScript SDK (npm install tuna-sdk).

Frequently Asked Questions

Is it free?

Yes, the API is completely free with no rate limits.

Do I need an API key?

No. The API is open. Just send a request.

What banks are supported?

CBE, Telebirr, BOA, Dashen, Awash, Berhan, Cooperative, Siinqee, Zemen, and M-Pesa.

Try it now

Verify a receipt →