Bank Transfer Receipt Verification API
● Live

A minimal, stateless FastAPI service for verifying bank transfer receipts from multiple Ethiopian banks. Parse receipts, extract transaction details, and verify receiver accounts with ease.

🔒
Secure
API key authentication ensures your endpoints are protected
📄
Multi-Format
Supports PDF, JSON, and HTML receipt formats
🏛️
Multi-Bank
Works with CBE, BoA, Telebirr and more
Stateless
No database required - simple and fast
API Endpoint
GET /verify-transfer
Verify a bank transfer receipt by providing a URL to the receipt. The API will fetch, parse, and verify the receiver account against your accepted accounts list.
curl -X GET "https://verifier.yosinan.tech/verify-transfer?url=https://bankapi.com/receipt.pdf" \ -H "x-api-key: YOUR_API_KEY"