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.