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