Merchant Registration
To use the Payzah API, you must first register as a merchant:Create Your Account
Visit payzah.com and complete the merchant registration form. Provide your business details accurately — they will appear on the hosted payment page shown to your customers.
Receive Your Private API Key
Once your account is approved, Payzah assigns you a private API key tied exclusively to your business. Store it immediately in a secure location.
Technical Requirements
Payzah’s REST API works with any environment capable of making HTTPS requests. Official support and examples are available for the following languages and platforms:JSP
JavaServer Pages — suitable for Java EE web applications.
ASP.NET
Microsoft’s web framework for C# and VB.NET applications.
PHP
Widely supported server-side scripting for web applications.
Java
Standalone Java applications and frameworks such as Spring.
API Key Security
Your private API key grants full access to payment operations on your account. Treat it with the same care as a password.If Your Key Is Compromised
If you suspect your API key has been exposed or misused, act immediately:- Email: [email protected]
- Phone: +965 22410760 (available during working hours)
Payzah is accountable only for transactions registered on its platform. Securing your server environment, API key storage, and application code is entirely your responsibility.
Authenticating API Requests
Every request to the Payzah API must include your private API key as a Base64-encoded value in theAuthorization header.
Encoding Your Key
Encode your raw private API key using standard Base64 encoding:Passing the Header
Include the encoded value in theAuthorization header of every API request:
Your private API key encoded in Base64. This header is required on every API request. Requests without a valid
Authorization header will be rejected.Next Steps
Once your account is active and you understand your key security obligations, you’re ready to choose your integration method.Integration Methods
Compare Transit Payment Page and Direct Integration to decide which approach fits your project.
Introduction
Return to the overview to revisit the full picture of how Payzah works.