Free
Try the verifier and API at no cost.
50 API verifications / hour
2.5% fee on successful checkout orders
- All supported banks & wallets
- Web verifier + REST API
- Cached re-checks are free
19 banks and wallets. Paste a receipt URL or reference and we check it with the institution. First successful fetch is billed; repeats of the same payment stay free.
Send the transaction number or receipt ID with the bank identifier. We look it up with the institution and return a structured result.
Paste the link your customer received by SMS or in their banking app. We verify it and return the same normalized response.
Send a reference and bank code, or a receipt URL, and get back the same normalized object whether the payment was CBE, Telebirr, Dashen, or any of our 19 supported providers.
curl -X POST http://127.0.0.1:8080/api/v2/verify \
-H "Authorization: Bearer $ALAD_API_KEY" \
-H "Content-Type: application/json" \
-d '{"bank":"cbe","reference":"v2-hfHCxyUdnBt2Pa0OOW3F","account_number":"1000123456789"}'Each result reflects what the institution reports, with optional settlement checks for merchants and billing.
Sent amount, service charge, VAT, and total debited, matched against what you expect.
Sender and beneficiary names plus masked account or phone numbers from the bank record.
Optional check that funds landed on your account, not just that a reference exists.
Transaction success, timestamp, and reference number.
Full field reference in the API docs · all 19 institutions
Every result is matched against the bank's own record. Forged receipts fail instantly.
Accepts receipt URLs from all 19 supported banks and mobile wallets.
Confirms the money actually moved to your account, not just that a reference looks valid.
Median verification near 400ms. Repeat checks of the same payment are faster.
Verification credits for API lookups, plus a plan-based percent fee on each successful order checkout.
Try the verifier and API at no cost.
50 API verifications / hour
2.5% fee on successful checkout orders
For small shops confirming payments through the day.
400 API verifications / hour
2% fee on successful checkout orders
For products and teams built on the API.
1,500 API verifications / hour
1.5% fee on successful checkout orders
For high volume that verifies all day.
8,000 API verifications / hour
1% fee on successful checkout orders
Custom volume and SLA.
Custom
0.5% fee on successful checkout orders
For coding agents
Drop /agents.md into Cursor or your repo rules. Endpoints, auth, provider codes, and the pitfalls in one file.
Get an API key and verify your first payment in under five minutes. Only the first successful fetch of each payment uses credits.