hub.eb?material_id=781

Create and configure an API Key for the Xe Currency Converter Data Connector


The Xe Currency Converter Data Connector can be downloaded in the Verj.io Studio and used in a Form's server events to connect to the Xe Currency Data API. 

In order to connect to the Xe Currency Data API at runtime however, an account ID and API key must be configured in the Verj.io Runtime Environment that the Form is running in.

Create an Xe Currency Account ID and API key:

  1. Navigate to the Xe Currency Data website at www.xe.com/xecurrencydata.
  2. Sign into your Currency API account. If you don’t have an account, you’ll need to create one first.
  3. The Account API ID and Account API Key can be found in the API Credentials section.

You can use this key with the Open Exchange Rates Data Connector:

  1. Go to the Data Connector section of the Verj.io Administration Application.
  2. Click + to add a New Data Connector Configuration and name it: Xe.
  3. Click + to add a Data Connector Property.
    1. Property Name: id.
    2. Property Value: <Your Xe Currency Account API ID>.
  4. Click + to add a Data Connector Property.
    1. Property Name: key.
    2. Property Value: <Your Xe Currency Account API Key>.
  5. Click OK.

Click here for further information about configuring a Data Connector.

Related