Title: How can I increase or decrease a user&#8217;s wallet balance programmatically?
Last modified: November 23, 2019

---

# How can I increase or decrease a user’s wallet balance programmatically?

 *  Resolved [sadiqodunsi](https://wordpress.org/support/users/sadiqodunsi/)
 * (@sadiqodunsi)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/how-can-i-increase-or-decrease-a-users-wallet-balance/)
 * Is there a function I can use to programmatically increase or decrease a user’s
   wallet balance?
    -  This topic was modified 6 years, 5 months ago by [sadiqodunsi](https://wordpress.org/support/users/sadiqodunsi/).

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

 *  Thread Starter [sadiqodunsi](https://wordpress.org/support/users/sadiqodunsi/)
 * (@sadiqodunsi)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/how-can-i-increase-or-decrease-a-users-wallet-balance/#post-12201997)
 * Hello,
 * I am still hoping to get a response for this. It will be highly appreciated.
 * Kind regards,
    Ssidq Odunsi
 *  Plugin Author [Subrata Mal](https://wordpress.org/support/users/subratamal/)
 * (@subratamal)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/how-can-i-increase-or-decrease-a-users-wallet-balance/#post-12204749)
 * [@sadiqodunsi](https://wordpress.org/support/users/sadiqodunsi/)
 * You can credit user wallet by using `woo_wallet()->wallet->credit($user_id, $
   amount, $description);` function and for debit use
    `woo_wallet()->wallet->debit(
   $user_id, $amount, $description);`
 * Thanks
 *  Thread Starter [sadiqodunsi](https://wordpress.org/support/users/sadiqodunsi/)
 * (@sadiqodunsi)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/how-can-i-increase-or-decrease-a-users-wallet-balance/#post-12204794)
 * Thanks a lot for the response.

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

The topic ‘How can I increase or decrease a user’s wallet balance programmatically?’
is closed to new replies.

 * ![](https://ps.w.org/woo-wallet/assets/icon-256x256.png?rev=3360666)
 * [Wallet for WooCommerce](https://wordpress.org/plugins/woo-wallet/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-wallet/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-wallet/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-wallet/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-wallet/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-wallet/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [sadiqodunsi](https://wordpress.org/support/users/sadiqodunsi/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/how-can-i-increase-or-decrease-a-users-wallet-balance/#post-12204794)
 * Status: resolved