API Access

📘

In order to deal with Sadad Payment services, you have to create a Sadad account.

Then, E-mail the Sadad support team at [email protected] to activate it.

To access Sadad APIs, you must obtain the access token by following the steps outlined in the Authentication section.

Once, you have the access token, you should call all Sadad APIs with this token in the header of the request.

The API call header should have the following format

Authorization: Bearer {access_token}
Host: api.sadadpay.net 

End-Points

Sadad provides two environments, one for live/production and the other one for the sandbox.

Live mode

The LIVE API calls should follow the below URL pattern

https://api.sadadpay.net/api/{endpoint}
Sandbox mode

This mode will simulate the live mode without the need for the actual payment.

The SANDBOX API calls should follow the below URL pattern

https://apisandbox.sadadpay.net/api/{endpoint}

📘

To obtain Sadad sandbox account, please register an account on https://sandbox.sadadpay.net.

Then, E-mail the Sadad support team at [email protected] to activate it.