Home Forums WC Vendors Pro Support Paying Vendors: Paypal & Stripe

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23961
    Kyle
    Participant

    So I would like to accept payments with Paypal and major credit cards (stripe). I have everything set up for both gateway options, and it is time for me to start pitching potential vendors with my test site.

    My question is, if I have some vendors setup for stripe auto pay, and some with paypal auto pay, how will it be handled if the user pays with the opposite payment method? Example: Vendor 1 has paypal, but Customer A uses the stripe gateway to pay?

    I am imagining I will have to transfer funds around to cover costs, but will the system try to send money if the paypal account is on $0.00 at that time. Will I need to start both accounts with a padded amount to cover for this and regularly transfer funds between the two?

    Let me know if this is the case, or if there is something I am not thinking through here.

    Also, thanks for the great plugin. Really enjoying it.

    #23963
    WC Vendors Support
    Participant

    Hi Kyle,

    The easiest solution for this would be to

    1.) Not let vendors connect to Stripe by adding this code to your themes functions.php file:

    /* WC Vendors - Disable Stripe Connect on Vendor Dashboard Pages */
    remove_action( 'wcvendors_settings_after_paypal', 'woocommerce_stripe_connect_user' );

    2.) Set your PayPal to pay on a schedule, weekly, biweekly, monthly, whatever you want.

    3.) When PayPal sends the commissions out, it will send them all out, regardless of the gateway that the customer has used.

    Cheers

    Ben

    #23964
    WC Vendors Support
    Participant

    PS — Since there’s no way for Stripe to send out any commissions except for Stripe, that’s the reason I suggested using PayPal. Otherwise, you’d have to figure out how to do it all manually, which in time, could be a great big pain in the arse. 🙂 🙂

    Have fun

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.