Stripe Join for WP (eCommerce)

Stripe Connect Plugin for WordPress gives your site the ability to authenticate Stripe users and store their Stripe tokens.

Stripe tokens are used to process payments on behalf of your users.

For example, if you have a store that sells widgets and you allow third-party merchants to sign-up, you may also want to offer their widgets for sale. You can require every third-party merchant to create a stripe account that connects into your store. When their products are sold in your store, the payments can then be automatically sent to their stripe account.

Once installed and setup, you can add a transaction fee for every transaction processed on your site with the addition of one simple line of code within the Stripe Gateway for WooCommerce Plugin:

-This code will collect a 10% transaction fee into your stripe account.
-Right after the line … $post_data[‘description’] … add:

$post_data[‘application_fee’] = $order->order_total * 10;

The transaction fee can be a fixed amount or a percentage of each sale. See Stripe’s API for more info.

Stripe Connect uses OAuth to connect users to Stripe – so it’s simple to use and develop.

It saves the best developers an average of 5 hours of development time!

Who is this script for?

Stripe Connect is perfect for marketplaces, e-store builders and other WordPress and WooCommerce sites that help users/merchants get paid.

Need Help?

Feel free to contact us if you have any questions or if you require any customization.
Please read our Online Documentation for more info.

Leave a Reply

Your email address will not be published. Required fields are marked *