scottyzen / woonuxt

Static e-commerce powered by WooCommerce & Nuxt
https://woonuxt.com
GNU General Public License v3.0
692 stars 191 forks source link

Question: Use Existing Stripe Account Instead of WooCommerce Payments Platform Account #253

Open grandant opened 1 month ago

grandant commented 1 month ago

Description

I am using WooNuxt with the WooCommerce Stripe Gateway and need to use an existing Stripe account for payments. Currently, each time I try to link my own Stripe account, WooPayments either creates a new affiliate account with the same details or forces affiliation to their platform.

Question

Is it possible to use an existing Stripe account without creating a new one or affiliating it with WooCommerce’s platform? If not, is there a plan to support this, or is there a recommended way to implement this?

Thanks!