Getting Started with deema API's

This is your starting point to enabling deema as a payment method for your customers.

πŸͺ Getting a Merchant Account

Once a merchant is approved by deema's operations team, they will receive an API Key to begin integration.

Merchants must authenticate all API requests using this API Key via the Authorization header.


🌐 Base URLs

During integration, deema provides merchants with a SANDBOX endpoints to use while integrating,
make sure to use it during integration and testing.

https://sandbox-api.deema.me
https://api.deema.me

πŸ“˜

Make sure to use the correct base URL for Sandbox/Production environment

πŸ” API Key

Merchant can authenticate with deema's APIs by providing their API Key in the request's Authorization header as a basic token.

Authorization: Basic {API Key}

🚧

Please keep your API Key securely guarded and don’t share them.