Sii

Bank verification

Verify Siinqee Bank Transactions

Siinqee Bank is an Ethiopian microfinance institution turned bank. Siinqee receipts are available via a public endpoint.

Verify Siinqee nowLive and working

Required information

  • Transaction reference (required), e.g. SQ12345678

Reference number format

Alphanumeric transaction reference

Example: SQ12345678

How to verify Siinqee with cheki

  1. Get the transaction reference from the customer's Siinqee receipt
  2. cheki fetches the receipt from Siinqee's public endpoint

How Siinqee receipt verification works

The Siinqee receipt endpoint is: https://receipt.ebirr.com/siinqee/{token}

This is a public URL that returns a HTML page containing the official transaction data. No authentication is required.

Who uses Siinqee verification

  • Merchants verifying Siinqee transfers
  • Businesses reconciling Siinqee deposits

Verifying Siinqee via API

cheki provides a free REST API for Siinqee verification:

POST https://chekiapp.vercel.app/api/verify

Request body: { "bank": "siinqee", "reference": "SQ12345678" }

See the API documentation for full details.

Frequently asked questions