Configuring Zuora Accounts

Configuring Zuora Accounts

Overview

You must create Zuora accounts to connect to data sources that you want to use in your Pipelines.

Snap-Account Compatibility

Behavior change

  • In the recent Zuora updates, there were namespace changes in the SOAP response, which caused all our Snaps to fail. Previously, namespace prefixes were added to the fields in the output document. With this fix, the output field names no longer include namespace prefixes. The account no longer depends on specific prefixes (such as ns1 or ns2) in SOAP responses.

Breaking change

  • Your existing pipelines that reference output fields with namespace‑prefixed names (example, ns1:success) must be updated to use the new field names without a prefix. Refer to the example mapping of field values shown below:

Before fix

After fix

Before fix

After fix

zuro-bc-mapping-before.png

 

zuro-bc-mapping-after.png

 

Error

Reason

Resolution

Error

Reason

Resolution

Missing property in path $['soapenv:Body']['ns1:loginResponse']

Zuora has changed the namespace prefixes in their SOAP responses, and the namespace is no longer added in the output field names. Therefore, the account is unable to validate the responses.

Update the field mappings in the Mapper Snap of your pipeline, downstream or upstream whichever is applicable.

Configuring Zuora Accounts

You can configure your Zuora accounts in SnapLogic using either the Designer or Manager.

Using SnapLogic Designer

Drag a Zuora Snap to the Canvas and click the Snap to open its settings. Click the Account tab. You can now either use an existing account or create a new one.

Selecting an existing account

SnapLogic organizes and displays all accounts to which you have access, sorting them by account type and location. To select an existing account:

  1. Click the 

     icon to view the accounts to which you have access and select the account that you want to use.

  2. Click 

     to save the Snap settings.

Creating an account

  1. Click Add Account in the Account Reference dialog.

  2. Select the Location in which you want to create the account, select the account type, and click ContinueThe Add Account dialog associated with the account type appears.

  3. Enter the required account details. For detailed guidance on how to provide information associated with each account type, use the following links:

     

  4. Click Validate to verify the account, if the account type supports validation.

  5. Click Apply to complete configuring the Zuora account.

Using SnapLogic Manager

Use Manager to create accounts without associating them immediately with Pipelines.

Accounts in SnapLogic are associated with projects. You can use accounts created in other projects only if you have at least Read access to them.

  1. In the left pane, browse to the project in which you want to create the account and click Create > Account Zuora, followed by the appropriate account type.

  2. Repeat the steps numbered 3 through 5 in the Creating an account section.