- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Can we create subscription in Zuora without using ZQuote ?
Hi,
Want to know whether I can create subscription in Zuora without using ZQuote or not ? Having a Java Based application which is capable of generating subscription quote using the internal product catalog. Can we create a Subscription in Zuora Billing if we push the zuora requisite parameters from non-zuora application ? If Yes then how ? How the both systems will talk ?
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Can we create subscription in Zuora without using ZQuote ?
You can use soap Subscribe API call or Rest Action Subscribe API call to call your Zuora tenant then create subscriptions.
KC docs:
https://knowledgecenter.zuora.com/DC_Developers/G_SOAP_API/E_SOAP_API_Calls/subscribe_call
https://knowledgecenter.zuora.com/DC_Developers/G_SOAP_API
https://www.zuora.com/developer/api-reference/#operation/Action_POSTsubscribe
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Can we create subscription in Zuora without using ZQuote ?
Please don't use the SOAP interface, it's no longer being enhanced, all new Zuora features only have a REST interface, please use REST for your integrations.
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Can we create subscription in Zuora without using ZQuote ?
Thanks.. That's really helpful.
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Can we create subscription in Zuora without using ZQuote ?
Ya sure