I used " SELECT * FROM PaymentMethod WHERE AccountId = 'XXXXXX'", but it failed. When I change * to particular field (for example AccountId, CreatedDate etc ), it will work. Do you know what is the matter with it? Thanks.
... View more
For example, I have create and activate a subscription which is binding to the Customer Account " A00000001 ", but now I want to change the binding Customer Account to " A00000002 ", is there any REST API to do that?
... View more
For example, one subscription include several products, some products are charged with fixed price periodically, some products are charged depending on usage, so how can I get the real time total charged amount for all these products within the particular subscription within the current billing term?
... View more
Hi team, I am using zuora official gem "zuora_api" (https://connect.zuora.com/innovate) however, when I create a zuora client with the following example code: zuora_client = Zuora :: Login . new ( " username " , " password " , " endpoint " ) I always get the error: NameError (uninitialized constant ClassName::Zuora): how to solve it? and what is the "endpoint" should be in the above code (I am using sandbox)?
... View more
Dear staff, In the API references, I can find the method to fetch products details, e.g. product name, description, rate plan. But is there any API method I can use to fetch the image of that product?
... View more
@Yvonne Hi Yvonne, so in your first method can I assign a payment method id to the new payment method? since I do not want to lose the old payment method id. Thanks.
... View more
Hi team, If my customer have create a new payment method by HPM, and I want to allow my customer to edit that payment method by HPM iframe, is it possible? The relevant payment method id should not be changed. Thanks
... View more
Hi vu_phan, What I now want to do is try to implement a page or iframe to allow customer to select their electronic payment method, so how can I do that? and what API I can use?
... View more
Hi vu_phan, When I try https://www.zuora.com/apps/HostedPageLite.do with the example code, it return blank page and errors as follow: 1. Refused to display 'https://www.zuora.com/apps/newlogin.do?retURL=%2Fapps%2FHostedPageLite.do%3…%252CVisa%252CMasterCard%252CDiscover%26paymentGateway%3DDefaultGateway%26' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. 2. Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.zuora.com') does not match the recipient window's origin ('null'). When I try with sandbox, it returns my whole sandbox management page. Isn't it should only return the payment page?
... View more
https://knowledgecenter.zuora.com/CA_Commerce/T_Hosted_Commerce_Pages/B_Payment_Pages_2.0/H_Integrate_Payment_Pages_2.0 I copy the sample client javascript code above, but I get the "not found" page, my console shows errors: 1. "Failed to load resource: the server responded with a status of 404 (Not Found)" 2. "Invalid 'X-Frame-Options' header encountered when loading 'https://www.zuora.com/apps/PublicHostedPageLite.do?...'' is not a recognized directive. The header will be ignored."
... View more