Go Live
Migrating to Production.
Registration and API Generation
Register on AtaraPay LIVE Platform at http://app.atarapay.com as a SELLER and verify your acount, after your account verification login to your dashboard and click on the API
link on the dashboard sidebar and generate an api key for your from the API view.
Please Do not push your api-key to git repos. Keep them private.
API Key Structure
After generating your API Keys, please note that you are to use the Public Key all through your integration.
Write it down and ensure it is constant all through your integration.
The Public Key should look like this a9b1234iILe56beJ8M0iFnTNFt9IfMan
Updating Test/Staging Links
Once you have your Live API Key, headover to your integration codes and update the URL to the LIVE URL, the processes are shown below:
1. inline integration
To update the links on the inline integration update the Javascript and CSS files to the following in your script:
<link rel="stylesheet" href="https://plugins.atarapay.com/assets/atarapay.inline.min.css">
<script src="https://plugins.trustpay.com/assets/atarapay.inline.min.js"></script>
2. Standard Integration
API URL Configuration
To update the links for standard integration change the API URL to http://api.atarapay.com/api
.
Contact Us
For further details or bug report please contact our support team at support@atarapay.com or you can visit our website at www.atarapay.com and start a LIVE CHAT.