Skip to main content

Activate Your Revup Account

You can retrieve the API keys for each environment from the corresponding backoffice website:

Your designated payment specialist will create your backoffice accounts in both environments using the email address you provided. Once they are ready, you will receive two emails requesting to activate your test and live access (you will also set up your Revup backoffice passwords in this step).

You can now access any of the two Revup backoffice websites and retrieve the public and private API keys from the Revup backoffice homepage. To do it, select your Project and the appropriate Merchant, then click on the Merchant Details section on the sidebar (if you do not see your API keys there, please report to your designated payment specialist).


MID

🔒 Best Practices to Keep Your API Keys Safe​

Your private API key can make any API call on behalf of your account, such as creating a charge or performing a refund. Therefore, we strongly advise you to follow some best practices and security measures to keep your API keys safe:

  • Do not give users more permissions than needed to perform their tasks.
  • Do not store your private API key directly in your code or any version control system you might use.
  • Control access to your private API key using a password manager or secrets management service.
  • Do not embed your private API key in mobile applications or other not secure places.
  • Please contact us to revoke your keys if you suspect your credentials are compromised.