埃及本地化账单支付、预付卡、POS 与网点(Fawry Plus)场景的开放金融与协议分析交付
我们为 myFawry 提供端到端的协议分析与可运行 API:从账单目录与 QuickPay 批量支付,到 yellowcard 预付卡充值、卡片锁定/解锁、交易分类与导出,以及 POS / Fawry Plus 网点的线下现金通道集成。
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'
}
支持 webhook 回调、签名验证、事件重试策略与对账文件(CSV / Excel)自动生成,便于与 ERP 或会计系统无缝对接。
卡片充值、账单一键缴费、QuickPay 批量扣款、POS / Fawry Plus 线下入账、yellowcard 卡挂失与重发、提现到本地银行或合作 ATM。
我们是一家专注于 App 协议分析、开放数据与支付接口集成的技术工作室。核心成员具备多年金融科技、支付网关与移动应用经验,能提供从协议逆向(reverse engineering)、OpenAPI 设计到可运行 SDK 与合规建议的端到端服务。
All of your bills and payments made easy in one app, and now 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 so much easier.
(以上为原始应用说明内容,用于集成参考与需求确认)