Skip to main content
Feedback

Zuora REST connector

The Zuora REST connector enables you to connect to your Zuora’s automated operations like Z-Billing, Z-Payments, and Z-Tax.

Connector configuration

To configure the connector to communicate with Zuora, set up two components:

  • Zuora REST connection

  • Zuora REST operation

This design provides reusable components containing connection settings and operation settings (such as Object, Action, data definitions). After building your connection and operation, set up your connector within a process. When the Zuora REST connector is configured properly within your process, Integration can map to and from virtually any system using the connector to retrieve data from or send data to the Zuora environment. The linked Zuora API documentation contains valuable information about common scenarios, such as Customer Account creation, Payment creation, and Subscription creation.

Prerequisites

  • To use the connector and implement a connection to Zuora from Integration, have the following:
    • Base URL
    • Access Token URL
    • API Access Key ID
    • API Secret Access Key
    • Entity ID or Entity Name for Zuora Multi-entity
  • UTF-8 encode input JSON documents to preserve special characters and ensure the operations work properly.

Supported editions

The connector supports the Zuora v1 API major version.

Supported objects

The following objects are supported by one or more of the Zuora REST operation actions. The connector does not currently support the POST_Attachments, POST_MassUpdater, POST_Usage, and Object_POSTImport operations.

note

You can add any field that you want to an input profile. By doing so, you can also include Zuora platform custom fields. All fields, including custom fields, are sent to the related Zuora endpoint.

ObjectCreateDeleteExecuteGetQueryUpdate
AcceptUserAccessX
AccountXXX
AccountingCodeXXXX
AccountingPeriodXXX
AccountSummaryX
ActionamendX
ActioncreateX
ActiondeleteX
ActionexecuteX
ActiongenerateX
ActionqueryX
ActionqueryMoreX
ActionsubscribeX
ActionupdateX
ActivateAccountingCodeX
AllAccountingCodesX
AllAccountingPeriodsX
AllOrdersX
AllSummaryJournalEntriesX
AmendmentsByKeyX
AmendmentsBySubscriptionIDX
ApplyCreditMemoX
ApplyPaymentX
Attachments, AttachmentsListXXXX
BasicSummaryJournalEntryX
BatchUpdateDebitMemosX
BatchUpdateInvoicesX
BillingDocumentsX
BillingPreviewX
BillingPreviewRunX
BreakdownCreditMemoByOrderX
BreakdownInvoiceByOrderX
CalloutHistoryX
CancelAuthorizationX
CancelCreditMemoX
CancelDebitMemoX
CancelPaymentX
CancelRefundX
CancelSubscriptionX
CatalogXX
CloseAccountingPeriodX
CM_TaxationItemsX
ConnectionsX
createTokenX
CreateAndRetrieveExportX

Tracked properties

This connector has no predefined tracked properties. See the topic Adding tracked fields to a connector operation to learn how to add a custom tracked field.

On this Page