Aha
Bank verification
Verify Ahadu Bank Transactions
Ahadu Bank is a newer private commercial bank established in 2022. Ahadu partners with eBirr for mobile money. Receipts are available via receipt.ebirr.com/ahadu/{token}.
Verify Ahadu nowIn development
Required information
- Transaction reference (required), e.g. ahadu/abc123def
Reference number format
eBirr receipt URL or tenant/token (ahadu/{token})
Example: ahadu/abc123def
How to verify Ahadu with cheki
- Use the eBirr receipt sharing feature in the Ahadu mobile app
- Paste the receipt URL or tenant/token into cheki
How Ahadu receipt verification works
The Ahadu receipt endpoint is: https://receipt.ebirr.com/ahadu/{token}
This is a public URL that returns a HTML page containing the official transaction data. No authentication is required.
Who uses Ahadu verification
- Merchants verifying Ahadu Bank transfers
- Businesses reconciling Ahadu deposits
Verifying Ahadu via API
cheki provides a free REST API for Ahadu verification:
POST https://chekiapp.vercel.app/api/verify
Request body: { "bank": "ahadu", "reference": "ahadu/abc123def" }
See the API documentation for full details.