Zuora REST

Zuora is an enterprise software company that creates and provides software for businesses to launch and manage their subscription-based services. Zuora’s applications are designed to automate recurring billing, collections, quoting, revenue recognition, and subscription metrics.

 

The Zuora REST connector by IConduct enables you to import, export and process data from the Zuora software.

Note: Before starting the Zuora REST configuration, create an API User in Zuora system

 

To configure the Zuora REST connector, follow the instructions below:

  1. In the Admin Navigation tree, select Connections and click New.

Connections Section in the Admin Navigation Tree

  1. On the Connector Selection Page select the Zuora REST item from the ERP/Accounting section.

Connector Selection Page

  1. In the Zuora REST work area, fill in the following fields and click Save.

Connection Work Area

Field Description

Connection*

A new connection name. Enter a connection alias here.

Is Active

Toggles connector’s activity at interface execution. Enable the checkbox to activate the connection for execution.

Cloud Agent*

The LAN you are working with. Select "IConduct" for cloud systems and your corporate agent for internal systems.

Implementation Type*

Defines the connection implementation type. Supported values:

  • Default. IConduct scheduler works on the cloud agent set in the Cloud Agent field.
  • Java. IConduct scheduler works by sending requests to a Java agent.

Is Source

This connection entity is available as a data source for Import (writing to Schema). Enable the checkbox to ensure data import.

Is Target

This connection entity is available as a data target that receives data from schema to current data container. Enable the checkbox to ensure data export.

Timeout

The length of time (in milliseconds) the IConduct platform waits for a response from the connection provider before returning a timeout error. Set the time value to stop the system from connection attempts.

Query

The box is intended for entering a query. You can test the defined query by clicking Test Query once the connection is saved. It’s recommended to test the query after the connection testing.

DateTime Format

Not used in this connector.

Server URL*

The service end-point where the request is sent. Insert the target system link here. Choose the required option:

Tenant

Base URL for REST Endpoints

US Production

https://rest.zuora.com

US API Sandbox

https://rest.apisandbox.zuora.com

US Performance Test

https://rest.pt1.zuora.com

EU Production

https://rest.eu.zuora.com

EU Sandbox

https://rest.sandbox.eu.zuora.com

Client ID*

A token used for authorization. Every Zuora account is provided with separate keys for testing and for running live transactions. If you do not include your key when making an API request, or use one that is incorrect or outdated, Zuora returns an error. The field value is taken from the Zuora API user account.

Client Secret*

A token used for authorization. Every Zuora account is provided with separate keys for testing and for running live transactions. If you do not include your key when making an API request, or use one that is incorrect or outdated, Zuora returns an error. The field value is taken from the Zuora API user account.

Zuora Entity IDs

In case if Zuora Multi-entity is enabled and the OAuth token is valid for more than one entity, the field allows defining the exact entity to perform the REST operation in. Enter the entity header here.

*- mandatory fields

 

Once the connection is saved, you can test if it is successful. Click Test Connection on the toolbar. If the created connection works, you will receive a success message. 

Testing the Connection