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.

Create a payment session
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?

Your first test payment in minutes

  1. 1

    Create a free test account

    Sign up for the test dashboard and explore Kashier without going live.

  2. 2

    Grab your test keys

    Copy your API key and secret key from the Integrations section.

  3. 3

    Create a payment session

    One POST request returns a hosted checkout URL you can open right away.