Title: Function after payment complete
Last modified: August 20, 2016

---

# Function after payment complete

 *  [ThomasBolander](https://wordpress.org/support/users/thomasbolander/)
 * (@thomasbolander)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/function-after-payment-complete/)
 * I’m trying to add a function (hook) after payment is completed in WordPress where
   i use the plugin woocomerce.
 * I want to add the order to my billing system.
 * The documentation for woocommere says that there is an action called “woocommerce_payment_complete”
   and a filter called “woocommerce_payment_complete_order_status”
 * Nothing is happend, when i try to use them
 *     ```
       add_action('woocommerce_payment_complete', 'do_something_foo');
   
       function do_something_foo() {
           wp_die("foo!");
   
       }
       ```
   
 * Why doesn’t it work ?
 * Thanks !
 * [http://wordpress.org/extend/plugins/woocommerce/](http://wordpress.org/extend/plugins/woocommerce/)

Viewing 1 replies (of 1 total)

 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/function-after-payment-complete/#post-3562049)
 * The easiest way to debug this is to dig into the code I am afraid. Find the hook
   you’re using and hook to one before the complete status and see if you get any
   feedback there. This will get you closer to finding out why the one you’re using
   doesn’t work. Sorry I don’t have anything to show you but just my advice.

Viewing 1 replies (of 1 total)

The topic ‘Function after payment complete’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [completed](https://wordpress.org/support/topic-tag/completed/)

 * 1 reply
 * 2 participants
 * Last reply from: [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/function-after-payment-complete/#post-3562049)
 * Status: not resolved