#Laravel Cashier Stripe

9 messages · Page 1 of 1 (latest)

pine thorn
#

Laravel cashier does not support stripe connect accounts from what I can tell on subscription?

Does anyone have any easy solution to fix this? All of the implementations that I have found are outdated or no longer maintained.

glacial coral
pine thorn
#

Right, you are allowed todo one time payments and such with cashier. However you can not do it with subscriptions. However you can do it via plain stripe API

glacial coral
pine thorn
#

I.e. $100 monthly subscription - $platform fee - CC fee = what the connect account gets

#

Worst case I can use the stripe API for this. Cashier just made things slightly cleaner and less annoying to manage.

This is literally the last piece of functionality I need to implemented.

glacial coral
#

Ok so it is like a marketplace as I mentioned earlier - indeed AFAIK that is not in cashier, it's also not mentioned - only subscriptions and one time payments...connected accounts I would use the stripe API indeed (but like I say I do that for everything anyway)..