Going Live

After successfully going live on the point-of-sale (POS) application side, you should also make sure that you've migrated your API end points to the live environment as well.
Request Live API Credentials and Change the API End Points
In the account settings of your Gateway Manager account you can create API credentials for live processing: an
apiIdentifier
/
apiSecretKey
pair. You will receive a new set of API credentials and the old credentials will stop working immediately. Use the new set of credentials for the API.
  1. Click on your account name (usually your email address) in the upper right corner and select "Account Settings".
  2. Click "Recreate API Credentials", type "DESTROY" and confirm to create a new set of API credentials.
  3. You will see a new set of API credentials. Copy them to a safe place because you will not be able to access the secret key again after you close the window.
  4. Use the new set of API credentials with the API.
Change your API End Points and Authorization Header accordingly.
Set Up WebHook for Live Processing
If you use webhooks, make a WebHook URL available on your live backend and register it in the Gateway Manager.
Set Up Your Merchants for Live Processing
If you are using the backend to create merchants, find merchant set up instructions here.