Developer documentation
Build with Kashier
Accept payments in Egypt through a simple API, a hosted checkout, or ready-made store plugins. Test everything for free before you go live.
curl https://test-api.kashier.io/v3/payment/sessions \
--header 'Authorization: YOUR_TEST_SECRET_KEY' \
--header 'api-key: YOUR_TEST_API_KEY' \
--data '{ "amount": "100.00", "currency": "EGP" }'What do you want to build?
Accept payments
Create payment sessions, use the hosted checkout, and offer cards, wallets, installments, and Apple Pay.
Learn moreE-commerce plugins
Connect your store on WooCommerce, Shopify, Magento, OpenCart, PrestaShop, and more — no code required.
Learn moreDashboard API
Automate dashboard operations from your server: create and share invoices, process refunds, and sync data.
Learn moreAPI playground
Try every endpoint from your browser: paste your free test keys, press Send, and see live responses from the test environment.
Learn moreYour first test payment in minutes
- 1
Create a free test account
Sign up for the test dashboard and explore Kashier without going live.
- 2
Grab your test keys
Copy your API key and secret key from the Integrations section.
- 3
Create a payment session
One POST request returns a hosted checkout URL you can open right away.