To get a Payout, your customers have to register an account first. The easier way for you is to simply enable the new tab in the WooCommerce → My account page.
But if you want to customize it or provide a page of your own, see the shortcodes below. This page only present the most used attributes. Find back the complete shortcodes documentation in the plugin itself.
User accounts management
This widget groups several views and behavior. It is meaningful if you accept several payout gateway methods. For a simple account registration form, see below.
- First, it lists the already registered user’s accounts. Each row provide buttons to edit or delete the account.
- Second, it lets the user to add new accounts.
Later, when the user requests a withdrawal, he can choose one of his registered account as destination for the money.
[lws_withdraw_user_accounts]
User account edition
This shortcode shows a single gateway type registration form. If you plan to only accept one transfer method (in Stripe, Wire transfer, etc.), this is probably the simplest and most efficient way for your customers to enter their account details.
In this form, the customer see and edit a single account data directly. Be sure you setup your own gateway accordingly.
[lws_withdraw_user_account gateway="bank"]
Search for a user’s account
In the administration side of your website, you can see your users’ accounts.
See all the accounts registered by your users. You cannot edit accounts yourself. If one of your customers wants to update his data, he has to do it himself using a method above.