Title: Subscription Integration
Last modified: March 26, 2019

---

# Subscription Integration

 *  Resolved [rizbanr](https://wordpress.org/support/users/rizbanr/)
 * (@rizbanr)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/subscription-integration-2/)
 * I am using a plugin that natively runs on the WooCommerce Subscriptions plugin
   and am trying to integrate it with the subscription service built into this plugin.
   I have the actions and hooks from that plugin but am having trouble finding the
   necessary calls within Braintree For WooCommerce to make the two work together.
   Is there documentation somewhere on what hooks/actions are used for the Braintree
   subscriptions that I can hook onto to make this work?

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/subscription-integration-2/#post-11359312)
 * Hi [@rizbanr](https://wordpress.org/support/users/rizbanr/),
 * If you are already using WC Subscriptions then I don’t recommend that you try
   and use our plugin’s subscription functionality in tandem. Stick with the functionality
   provided in WCS and it will make things easier.
 * Thanks,
 *  Thread Starter [rizbanr](https://wordpress.org/support/users/rizbanr/)
 * (@rizbanr)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/subscription-integration-2/#post-11362176)
 * I’m not currently using WC Subs. I have a 3rd plugin that relies on it and wanted
   to have it run on this plugin instead of SC Subs.
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/subscription-integration-2/#post-11363598)
 * Hi [@rizbanr](https://wordpress.org/support/users/rizbanr/),
 * Thank you for clarifying how you wanted to use the subscription functionality.
   We are currently working on a plugin wiki page that will contain in depth documentation
   on all the hooks and filters used in the plugin.
 * That will be available in the coming weeks when we release version 3.0.0 of the
   plugin.
 * Thanks,
 *  Thread Starter [rizbanr](https://wordpress.org/support/users/rizbanr/)
 * (@rizbanr)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/subscription-integration-2/#post-11363716)
 * I’m looking forward to it. This is a nice plugin, but it definitely needs better
   documentation.
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/subscription-integration-2/#post-11363876)
 * Hi [@rizbanr](https://wordpress.org/support/users/rizbanr/),
 * If you like you can contact us at our support line and we can set you up to provide
   feedback on our documentation as it progresses.
 * Hopefully when it’s released you will change that 4 star to a 5 star 😉
 * Thanks,
 *  Thread Starter [rizbanr](https://wordpress.org/support/users/rizbanr/)
 * (@rizbanr)
 * [7 years ago](https://wordpress.org/support/topic/subscription-integration-2/#post-11570161)
 * I figured out the issues I was having here. The Order ID and the Subscription
   ID are not the same, but WooCommerce is expecting them to be the same when it
   attempts to cancel a subscription or otherwise modify it. I included a bit of
   code that looks up the _actual_ subscription ID and forces it to use that instead
   of the order ID. This has resolved all of the issues I was having entirely.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Subscription Integration’ is closed to new replies.

 * ![](https://ps.w.org/woo-payment-gateway/assets/icon-256x256.png?rev=2142799)
 * [Payment Plugins Braintree For WooCommerce](https://wordpress.org/plugins/woo-payment-gateway/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-payment-gateway/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-payment-gateway/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-payment-gateway/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-payment-gateway/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-payment-gateway/reviews/)

## Tags

 * [action](https://wordpress.org/support/topic-tag/action/)
 * [hook](https://wordpress.org/support/topic-tag/hook/)
 * [subscriptions](https://wordpress.org/support/topic-tag/subscriptions/)

 * 6 replies
 * 2 participants
 * Last reply from: [rizbanr](https://wordpress.org/support/users/rizbanr/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/subscription-integration-2/#post-11570161)
 * Status: resolved