Ethiopian Bank Receipt Formats

Complete technical reference for Ethiopian bank receipt formats.

Try the API

CBE receipt format

CBE (Commercial Bank of Ethiopia) publishes receipts as PDF files. The endpoint is https://apps.cbe.com.et:100/?id={FT_REFERENCE}{ACCOUNT_SUFFIX} where FT_REFERENCE is the transaction reference (e.g. FT26140P01YB) and ACCOUNT_SUFFIX is the last 8 digits of the receiving account. The PDF contains: Commercial Bank of Ethiopia header, payer name, payer account, receiver name, receiver account, transferred amount (ETB), payment date and time, reference number (VAT invoice no), branch name, and reason/type of service.

Telebirr receipt format

Telebirr (Ethio Telecom) publishes receipts as HTML pages. The endpoint is https://transactioninfo.ethiotelecom.et/receipt/{REFERENCE}. The HTML page contains: telebirr receipt header, payer name, payer telebirr number, credited party name, credited party account number, amount in Birr, and transaction date/time. The page is bilingual (English and Amharic).

Bank of Abyssinia receipt format

BOA publishes receipts as JSON via a REST API. The endpoint is https://cs.bankofabyssinia.com/api/onlineSlip/getDetails/?id={REFERENCE}{ACCOUNT_SUFFIX}. The JSON response contains a body array with: Source Account Name, Source Account, Receiver's Name, Receiver's Account, Transferred Amount, currency, Transaction Date, and Transaction Reference.

M-Pesa receipt format

M-Pesa Ethiopia (Safaricom) publishes receipts as JSON. The endpoint is https://m-pesabusiness.safaricom.et/api/receipt/getReceipt?trxNo={TRANSACTION_ID}. The JSON response contains: senderName, receiverName, amount, currency, transactionDate, and transactionId.

Frequently asked questions

What format does CBE use for receipts?

CBE uses PDF receipts downloaded from apps.cbe.com.et:100. The URL format is: https://apps.cbe.com.et:100/?id={FT_REFERENCE}{ACCOUNT_SUFFIX}. The PDF contains payer name, receiver name, accounts, amount, date, reference, and branch.

What format does Telebirr use?

Telebirr uses HTML receipts from transactioninfo.ethiotelecom.et. The URL format is: https://transactioninfo.ethiotelecom.et/receipt/{REFERENCE}. The HTML page contains payer name, receiver name, amount in Birr, and date.

What format does Bank of Abyssinia use?

BOA uses a JSON API at cs.bankofabyssinia.com. The URL format is: https://cs.bankofabyssinia.com/api/onlineSlip/getDetails/?id={REFERENCE}{ACCOUNT_SUFFIX}. Returns structured JSON with all fields.

Try the API

Open cheki

Related guides