BINKDocs
HelpDashboard

Meeza

/docs/egypt/payment-rails/meezaEgypt

Egypt's national card scheme, issued by local banks. Meeza appears automatically in Hosted Checkout for Egypt-region merchants settling in EGP — no separate integration.

How it works

The customer enters their Meeza card number on the hosted checkout page like any other card. BINKPAY routes the authorization through the domestic scheme rather than Visa/Mastercard rails.

Enabling it

bash
curl https://api.binkpay.net/merchant/payments \
 -H "Authorization: Bearer sk_test_..." \
 -d '{ "amountMinor": "5000", "currency": "EGP" }'

No paymentMethod field is needed — for EGP payments on an Egypt-region account, Meeza is offered automatically alongside cards, InstaPay, and Vodafone Cash.

Currency-locked to EGP

Meeza only ever settles in EGP. It will not appear as an option on a payment created in any other currency.

Was this page helpful?