Zuora Connection

See the Connector Marketplace topic. Please request your administrator to start a trial or subscribe to the Premium Zuora connector.

Zuora is a cloud-based business software for financial, project, and inventory management.

This topic describes how to authenticate to Zuora and configure any necessary connection properties in the Zuora connection connector.

Connection Configuration

Each connection property available in the Zuora connector is explained below.


Connection Name

The name of the connection to be created should be provided. This is the name that will display on the list of available connections.


Tenant

The Tenant type of your hosted application.

Possible Values:

  • USProduction: Requests sent to https://rest.zuora.com.

  • USAPISandbox: Requests sent to https://rest.apisandbox.zuora.com.

  • USPerformanceTest: Requests sent to https://rest.pt1.zuora.com.

  • USCloudProduction: Requests sent to https://rest.na.zuora.com.

  • USCloudAPISandbox: Requests sent to https://rest.sandbox.na.zuora.com.

  • USCentralSandbox: Requests sent to https://rest.test.zuora.com.

  • EUProduction: Requests sent to https://rest.eu.zuora.com.

  • EUSandbox: Requests sent to https://rest.sandbox.eu.zuora.com.

  • EUCentralSandbox: Requests sent to https://rest.test.eu.zuora.com.


URL

The URL of the US Production Copy environment.


Zuora Service

Specifies which execution service or schema to use.

The available options are:

  • DataQuery: Used for quick lightweight SQL queries to export data from your Zuora tenant.

  • AQuADataExport: Used for extracting all records from all tables. AQuADataExport objects and fields correspond to the latest version of the Zuora WSDL.


Client ID

The client Id assigned when you register your application with an OAuth authorization server.


Client Secret

The client secret assigned when you register your application with an OAuth authorization server.


Access Token

The access token for connecting using OAuth.


Refresh Token

The OAuth refresh token for the corresponding OAuth access token.


Add Configuration: Additional properties can be added using this option as key-value pairs.


After entering all the details, click on the TEST button.

If the connection service identification and authentication details are provided correctly, a success message stating “connection available” is generated.

Click on the CREATE button to save the changes.

If the details are incorrect or the server is down, you will get a message “Connection unavailable”.

Top