问题标签 [zuora]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
413 浏览

ruby-on-rails - 支付网关实现

我们正在开发一个 Rails 应用程序,现在我必须将 ZUORA 集成为支付网关。我从来没有做过第三方集成,所以不知道这一点,但谷歌搜索后我得到了一些提示

1-我们可以在我们的网站上提供链接,并可以将用户重定向到支付网关

现在我只想知道是否有任何 gem 或插件可用于将 ZUORA 与我的应用程序集成

或者我该如何继续和整合 ZUORA。

有没有和zuora一起工作的人请分享他们的建议。

0 投票
1 回答
649 浏览

ruby - 红宝石生成器 xml

我正在使用 Builder 在 Ruby 中创建 xml。当我调用 generate_object 方法两次时,它工作正常。但是,在循环中执行此操作时,我会得到一些奇怪的结果。两次输入都是一样的。

这是代码。

循环通过对象打印:

在没有循环的情况下执行这两个调用:

0 投票
1 回答
589 浏览

zuora - 如何使用 Zuora SOAP API 预览即将到来的发票?

在 Zuora 用户界面中,我可以使用方便的“预览”按钮预览订阅。我想使用 Zuora SOAP API 执行相同的操作,以便我可以预览即将发出的发票并编写一些测试。

到目前为止,我的理论是创建一个空AmendmentPreviewOptions.enablePreviewMode=true来获取预览发票的结果。

相关 SOAP 文档:


这部分工作,但它返回了一个InvoiceData对象,但预计会有两个


这是来自 Zuora UI 的数据的样子

订阅发票预览

0 投票
2 回答
968 浏览

zuora - 如何获得zuora解决方案架构师认证?

大家好 这可能是一个题外话的问题,但我没有找到任何解决方案,所以在这里问..

如何获得 zuora 解决方案架构师认证?

认证程序是什么?

在zuora需要学习什么才能参加认证考试?

0 投票
1 回答
453 浏览

salesforce - Netsuite Salesforce Integration ESB vs Prebuilt Connectors

Is there a benefit for using prebuilt connectors to and from SaaS billing platforms like Aria/Zuora when they live between Salesforce and Netsuite used as pure CRM and ERP/Acounting/Finance respectively. That is, versus using an ESB/Integration platform like Mulesoft or Boomi.

We are currently looking at changing billing and ERP systems and having them integrate together and with Salesforce CRM. So the chain would look like:

CRM -- Billing Solution -- ERP

Many of the billing systems have prebuilt connectors that work with ERP systems like Netsuite or Fusion, as well as connectors for Salesforce. Not to mention web service end points/APIs.

But there are integration vendors like Mulesoft and Boomi (basically Enterprise Service Bus PaaS providers) that also allow integration between the services.

I come from a SOA background and tend to favour a standalone ESB to connect the systems but due to my lack of familiarity with Saas ERP systems don't understand the benefits and pitfalls in the prebuilt connector vs ESB debate. I understand the concepts behind avoiding point to point integration, which would turn around to being a benefit for using ESBs. But is there a benefit for using prebuilt connectors within the SaaS platforms ... and are there serious downsides (my main concern).

Can anyone provide some insight here? I am not asking for "which one is best", just some real world experience good or bad that could help someone make these kinds of decisions.

0 投票
2 回答
232 浏览

javascript - 如何使用 Javascript 调整 iframe 的宽度?

我努力了:document.getElementById('z_hppm_iframe').setAttribute("style","width:500px");

我只需要调整 iFrame 元素的宽度,但它在控制台中显示为 null,所以我想我没有正确选择元素。

感谢您提供任何帮助。

iFrame 是动态添加的

这是在页面的头部。所以我怀疑它在 .setAttribute() 运行时不可用,它位于正文末尾的脚本标记内。我在这方面做的不多(如你所知),所以我只需要弄清楚在添加 iframe 后如何运行这行 js(我猜)。

0 投票
2 回答
1432 浏览

zuora - Zuora 身份验证问题 #code 90000011

当我使用所需的 apiAccessKeyId、apiSecretAccessKey 和参数调用“ https://apisandbox-api.zuora.com/rest/v1/accounts ”时,我收到了响应

不清楚什么是确切的问题。

0 投票
1 回答
70 浏览

ruby - 通过 SOAP 在 Zuora 中关闭 AccountingPeriod

我正在尝试调用 Zuora Soap API 的更新方法以“CloseAccountingPeriod”。这样做的正确方法是什么

Zuora 香皂看起来像这样:

0 投票
1 回答
131 浏览

zuora - Zuora自动取消订阅

如果到期发票在某些天没有支付,我想自动取消订阅,并且应将取消生效日期设置为发票到期日,这样客户帐户中就不会出现退款和到期发票。

参考:

  1. https://knowledgecenter.zuora.com/BC_Subscription_Management/Subscriptions/H_Cancellations
  2. https://knowledgecenter.zuora.com/BC_Subscription_Management/Subscriptions/Handling_Cancellations_in_a_Subscription_Business

在每个文档中,我都可以看到如何手动或通过 API 取消它,我想知道 Zuora 中是否有任何可用于自动取消的配置。

0 投票
2 回答
1421 浏览

rest - 通过 Zuora REST API 执行 ZOQL

我正在尝试通过 Zuora REST API 执行一些 ZOQL。

我已经参考了这个文档,我正在使用 REST 端点 v1/action/query 来执行 ZOQL。

首先我尝试了非常简单的请求并得到了结果

现在我尝试使用星号进行查询,如下所示

但我得到以下错误

这里,我发现 ZOQL 支持星号。对于涉及多个对象的 ZOQL,我什至遇到了同样的错误。像

编辑 上述查询在 Zuora SOAP API 中也不起作用

如何在 Zuora REST API 或 Zuora SOAP API 中使用星号执行查询?