Skip to main content

Implementation Considerations

Zuora
  • 日本語のコンテンツは機械翻訳されており、補助的な参照を目的としています。機械翻訳の精度は保証できません。英語版が正となります。また、現時点では検索機能は日本語での検索をサポートしていません。翻訳に関するフィードバックについては、docs@zuora.comに送信してください。

  • US Data Center Customers: The SOAP API is no longer under active development. The legacy SOAP calls still function, but are now also available in REST.

    EU Data Center Customers: The SOAP API is not available. Please use the REST API.

    APAC Data Center Customers: The SOAP API is not available. Please use the REST API.

    Going forward, new features will only be available through the REST API. We strongly recommend that all integrations are done using the REST API.

    You can find the REST API documentation at https://www.zuora.com/developer/.

Implementation Considerations

This topic includes information on things to consider when implementing your client applications.

Basic API Call Sequence

This is the very basic typical sequence that an individual call might follow. See API Use Cases and Examples for more information about the types of calls made and in which order for important tasks.

  1. Each call generally prepares its request. For instance, the call can define request parameters or otherwise prepare information that is needed.
  2. Your application invokes the call. This sends the request, with its parameters, to the Zuora Web service.
  3. The Zuora Web service processes the request and sends a response.
  4. Your application handles the response. If the call was successful, it processes the returned data. If it was not successful, it handles the errors.

The SOAP XML Payload

When sending Zuora an XML SOAP message with values for an object's fields, you must pass in the fields in the order in which they are defined on the objects.

The Zuora Sandbox

The Zuora Sandbox is a non-production environment that provides full access to the Z-Commerce API. You can use it to develop and test your client applications without needing to worry about how it might affect a production environment or production data. For information on accessing the Sandbox, contact your Zuora representative.

When using the Sandbox, you must change the URL of the WSDL before consuming it in your toolkit. Contact your Zuora sales representative to obtain the correct URL.

English
日本語