Sadad Pay Live Environment
Live Account
In order to deal with Sadad Payment services on the production, you have to create a real live account on Sadad Registration.
Then, You can contact your account manager to activate your live account.
Your account manager will provide you with all the information of Sadad services like Installments, subscriptions, Packages, and will be ready to answer any other inquiries you will have.
To go live after completing the integration and testing, you need to change the API URL from Sandbox environment to Live environment and use the Authentication Token and Access Token from the created Live account.
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
Live mode
This mode will create actual invoices that will be paid by actual payment.
The LIVE API calls should follow the below URL pattern
https://api.sadadpay.net/api/{endpoint}