Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
grandant opened this issue Oct 9, 2024 · 2 comments

Comments

@grandant
Copy link

grandant commented Oct 9, 2024

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!

@softwarerockstar
Copy link

You don't have to use the WooPayments plugin. You can use the official Stripe plugin,Payment Plugins plugin,or one of the many other Stripe plugins out there. I have used the latter two before and you can easily use your existing Stripe account with them.

@grandant
Copy link
Author

Do you mean in general or specifically with WooNuxt? I tried all the available options and couldn’t get them to work. From my experience, WooNuxt seems pretty tightly coupled with the WooCommerce Stripe Gateway.

That said, I ended up making my own Stripe integration, and it turned out to be a great learning experience. If anyone’s curious, I could share some of the peculiarities I noticed in the original WooNuxt + Woo Stripe setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants