PaystackOSS / plugin-payment-forms-for-wordpress

Make payment forms using Paystack on Wordpress
https://wordpress.org/plugins/payment-forms-for-paystack/
GNU General Public License v2.0
17 stars 21 forks source link

Split Payment base on Product #69

Open acushlakoncept opened 4 years ago

acushlakoncept commented 4 years ago

I have an eCommerce site currently running. Is it possible to split payments base on products on my site? Say my platform allows Seller A, B, C to sell. If a customer adds product A, B to his/her cart and clicks pay, I should be able to channel the money accordingly to Seller A and B

The plugin provides the option to enable split payments, then enter the subaccount you want as well as the percentage. Could we have options like:

Are there other ways it's been handled currently?

Thank you

tolu-paystack commented 4 years ago

Hi @acushlakoncept. While it's currently only possible to split payments with one subaccount with this plugin, we can definitely look into extending this functionality. I'm curious about your use case though, are you using Payment Forms for an e-commerce site? The plugin doesn't have add to cart functionality, so how are your customers shopping and adding the items they'd like to pay for?

acushlakoncept commented 4 years ago

It's a WordPress eCommerce (Paystack Woocommerce plugin) site. The plugin provides the option to enable split payments, then enter the subaccount you want as well as the percentage.

tolu-paystack commented 4 years ago

@acushlakoncept ah, that's a different plugin. This is the repo for the Payment Forms plugin, not WooCommerce. Creating a vendor style marketplace with our WooCommerce plugin while using Subaccounts isn't possible right now. You can only split with one other account. Some merchants use solutions like Dokan to accomplish this though. It uses the Transfers API instead of Subaccounts

acushlakoncept commented 4 years ago

Thank you @tolu-paystack