Egypt-localized billing payments, prepaid cards, POS and Fawry Plus outlet integration with Open Finance and protocol analysis delivery
We provide end-to-end protocol analysis and runnable APIs: from a bill catalog and bulk QuickPay to YellowCard top-ups, card lock/unlock, transaction categorization and exports, plus offline channels through POS and Fawry Plus outlets. Delivered with runnable source code, API documentation and testing scripts to help you go live quickly.
-- Sample, not a real API --
POST /api/v1/myfawry/payments/quickpay
Content-Type: application/json
Authorization: Bearer <CLIENT_ACCESS_TOKEN>
{
'merchant_id': 'fawry_merchant_123',
'payer': {
'name': 'Ahmed Ali',
'mobile': '+20100xxxxxxx',
'yellowcard_id': 'YC-987654321'
},
'payments': [
{'biller_code':'ELECTRIC_001','amount': 350.00,'reference':'INV-20250901'},
{'biller_code':'TELCO_045','amount': 125.50,'reference':'INV-20250901'}
],
'callback_url': 'https://merchant.example.com/webhooks/myfawry'
}
Response: {
'status':'ACCEPTED',
'batch_id':'QPAY-20251010-ABC',
'submitted_at':'2025-10-10T09:20:00Z'
}
Supports webhook callbacks, signature verification, event retry strategies, and automatic generation of reconciliation files (CSV / Excel) for seamless integration with ERP or accounting systems.
Need a quote, time estimate, or to submit target app name and integration requirements? Contact us via the link below:
All of your bills and payments are now easy in one app, and your banking is on myFawry too!
Now you can apply for your YellowCard, the free prepaid card from myFawry, designed to give you more control over your money and to make your banking experience easier.
(The above content is a Chinese summary of the original app features for integration reference.)