Questions tagged [zuora-soap]

The Zuora SOAP API provides fully fleshed-out support for virtually everything you can do in the Zuora UI. Thirty SOAP objects provide access to the entire Zuora functional suite, including accounts and contacts, products, rate plans, subscriptions, amendments, invoices, payments, refunds, credit balance adjustments, accounting periods, and much more.

9 questions
5
votes
1 answer

How to execute Zuora ZOQL query directly using REST API

zuora-soap API provides ZOQL through query() and returns query results in that response itself. I am looking for the same feature in zuora REST API. But it supports executing query through "export" or "batch-query" api. Those API allows me to fetch…
Achaius
  • 5,904
  • 21
  • 65
  • 122
2
votes
2 answers

ZOQL Execution via Zuora REST API

I am trying to execute some ZOQL via Zuora REST API. I've referred this doc and I am using REST endpoint v1/action/query to execute ZOQL. First I tried with very simple request and got the result back { "queryString": "select AccountId, FirstName,…
sag
  • 5,333
  • 8
  • 54
  • 91
2
votes
1 answer

How to preview upcoming invoices using the Zuora SOAP API?

From the Zuora user interface I can preview a subscription using a convenient "Preview" button. I'd like to perform the same action using the Zuora SOAP API so that I can preview what the upcoming invoices and write some tests. So far, my theory is…
logan
  • 3,416
  • 1
  • 33
  • 45
0
votes
0 answers

How can I write a zuora Query whcih returns me the date in a specific format?

I am trying to write the zuora SQL to return me the EffectiveStartDate of product in 'DD/MM/YYYY' format. SELECT DATE_FORMAT(EffectiveStartDate, 'DD/MM/YYYY') as formatted_date FROM product I am getting the output like this. formatted_date …
Ateeq
  • 5
  • 4
0
votes
1 answer

ZOQL date filtering via Zuora REST API

I'm trying to establish some pipelines that would pull data from Zuora, however, I want them to be incremental, i.e. so that only the data that has been updated after the last load to be pulled. In order to do that, I access…
H8oddo
  • 123
  • 9
0
votes
1 answer

Zuora. Getting payment associated with payment refund

How i can get PaymentId associated with a refund using API? for example, i can get this using builtin callback Payment Refund Processed But i can't found a way for getting PaymentId using a similar custom callback or REST\SOAP API. Do you have any…
Roman
  • 35
  • 1
  • 5
0
votes
2 answers

API for search products from zuora

There is an API(v1/catalog/products) for get all the products from zuora. Likewise is there any API available for search product by product-name from zuora?
JeevaRekha
  • 383
  • 1
  • 7
  • 21
0
votes
1 answer

Auto cancellation of subscription in Zuora

I would like to auto cancel subscriptions if the due invoice does not paid for certain days and Cancellation Effective Dates should be set as invoice due date, so that no refund and due invoice will be pending in the customer account. Reference:…
krishna Prasad
  • 3,541
  • 1
  • 34
  • 44
-1
votes
2 answers

How to obtain zuora solution architect certification?

Hi all This might be an off-topic question but i didnt find any solution so asking here.. How can i obtain zuora solution architect certification? what will be the certification procedure?? what does one need to study in zuora to take up the…
coder
  • 132
  • 1
  • 3
  • 10