Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

How does create vendor work? #13

Closed
MACscr opened this issue May 4, 2018 · 2 comments
Closed

How does create vendor work? #13

MACscr opened this issue May 4, 2018 · 2 comments
Labels

Comments

@MACscr
Copy link

MACscr commented May 4, 2018

How does StripeConnect::createAccount($vendor); work? What all is included in that $vendar variable and does it send the user to the proper stripe.com connect page in order to setup their express account and link their banking info, etc? The docs are a bit sparse for your code, but I would really like to take advantage of it if I can.

@rap2hpoutre
Copy link
Owner

Hi, sorry for (really) late answer! StripeConnect::createAccount($vendor); just create the account on Stripe with minimum information. It means that it does not care about legal info, bank info, etc. In other words, account will be blocked by stripe after some time if you do not provide more information. The goal of this package is to give a quick start for the first payment, but it does not handle the legal part of the account. You still have to create your own forms for Stripe custom accounts.

@rap2hpoutre
Copy link
Owner

This package is deprecated, looking for a competitor. See this reddit post.

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

No branches or pull requests

2 participants