Before you Start
Get started with a VGS sandbox account to Collect, Protect, and Exchange sensitive data and integrate into your systems.
How to Integrate VGS
Going Live

Securing Inbound traffic VGS sits between your client’s API and your server collecting any type of data your customer enters. Then sensitive data is replaced with aliases, safe substitute values, and sent back to your systems. With the help of aliases you securely operate on sensitive data.
Securing Outbound traffic VGS sits between you and third parties using the aliases to securely exchange the data with 3rd parties.
Preparation for integration
There are a few minor requirements/things to know before integrating:
Make sure you use
https://
. We will only accept connections of TLSv1.2 or higher (so if you're runninghttp://
you won't be able to connect). We recommend LetsEncrypt. It's a great open-source, free, Certificate Authority.When you use our outbound connection, we have static IPs that your requests will come from. If your current connections require your API or third party service to use an allowlist for your IP, you'll want to add the following IP Addresses.
US region:
Live Primary Region -
52.7.148.215
,52.72.130.32
,52.6.216.177
Live Secondary Region -3.16.209.84
,3.134.27.31
,18.188.64.143
Sandbox -18.215.58.36
,34.194.18.145
,34.206.157.22
EU region:
Live -
3.127.9.201
,52.58.226.180
,35.157.113.181
,3.124.157.86
,3.127.53.149
,3.123.45.10
Sandbox -18.215.58.36
,34.194.18.145
,34.206.157.22
AP region:Live -
13.251.51.26
,13.228.44.128
,18.142.82.242
,18.142.40.114
,18.139.189.91
,13.214.75.36
,54.169.99.34
,13.251.247.188
,13.214.106.172
,13.213.112.215
,52.220.35.47
,13.213.106.145
Organization and first Vault
After you’ve signed up and verified your account, we automatically create for you an Organization and Sandbox Vault. Sandbox is an environment used for testing things, and Vault is storage for your data. Basically, Vault is where all the magic happens. More on environments and vault here.
Name your organization after your company. You can do this in the Organization Settings page. To navigate to it, click on your Organization icon or name on the top left of your dashboard. You can also invite members to your organization. Each organization member represents a user linked to that organization.
Your first Vault is called Test. You can play with it to test out our solution and integrate VGS.
Once you've signed up, you will land on the Introductory guide. We recommend passing it as it will guide you through the process of setting up a proxy to safely secure your data and integrate with any 3rd party that you use. You can skip any time and return to the guide later. After skipping it will land you on the Vault home page.
At the top of the page, you will see credentials that were automatically created for you. They will be needed to secure your outbound connection. Please download them.
Last updated