Sadad Pay Testing Environment
Sandbox Account
In order to deal with Sadad Payment services on Sandbox (Demo Environment), you have to create a testing account on Sandbox Registration.
Then, E-mail the Sadad support team at [email protected] with subject "Sandbox Account Activation" to activate it.
To access Sadad APIs, you must obtain the access token by following the steps outlined in the Authentication Tokens Section, then you can use the tokens with the Authentication section to test the API requests.
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
Sadad provides a sandbox environment, for testing purposes.
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}