Giter Club home page Giter Club logo

laravel-cashier-stripe-connect's Introduction

laravel-cashier-stripe-connect's People

Contributors

c-fitzmaurice avatar expdev07 avatar fwartner avatar hbakouane avatar l4nos avatar mariusspring avatar oleg-kolzhanov avatar striebwj avatar talelmishali avatar tsotnekekelia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel-cashier-stripe-connect's Issues

Cashier Webhook

Hey there! This package looks awesome and is just what I need for an upcoming project...so thank you!

Just two questions...

  1. Do you know if the Cashier webhook controller can handle Stripe Connect requests or would I have to implement my own?
  2. In what scenario would you want to delete a User's Connect account and remake it using deleteAndCreateStripeAccount? Wouldn't this delete any validation and bank account steps a user has completed?

Is it possible to do "Destination charges"?

Does this package provide features to do "Destination charges" ie when a purchase is made the payment is split into fees to my platform, the remaining payment to the seller(s)? Or is this something that Cashier's functionality provides?

Multi Model Connect billing

HI There,

Really love what you've done with the package, one thing I've noticed from your migrations is you only appear to support adding Billable trait to the User model. as your migration only adds the relevant account ID to the users table.

I'm developing a mutli tenant saas platform that allows users to set up multiple stripe connect accounts against each of their models. So someone can have multiple "brands" or storefronts and have stripe connect against each of them.

One suggestion I'd have is building out functionality to allow any model to be Connect billable. I am going to fork this repo and develop it for my own project, but if you want review the changes I've made and consider merging them into a new version, feel free. I'll also make the repo compatible with Stancl's Laravel Tenancy Package so that other Multi tenant SaaS paltforms can benefit from this.

I'll let you know once i've progressed with this.

Standard connect vs express & handling cuts

Hi! This package looks amazing, and I just have two questions:

  1. Is there (or could there be) documentation for creating regular connect accounts vs express accounts?
  2. What is the recommended way to take out your cut from the subscriptions you're setting up on behalf of connected accounts?

Single charges

Helllo and thank you for creating this.

I'm wondering does this package support creating single charges for connected accounts?

PHP8 deprecating warning

Hi there,

I'm getting this warning when running on PHP8

Deprecated: Required parameter $amount follows optional parameter $refundFee in /Users/Code/project/vendor/expdev07/laravel-cashier-stripe-connect/src/Concerns/ManagesTransfer.php on line 53

As far as I can tell, this is due to PHP 8 requiring required arg first, before optional items per this article

public function reverseTransferFromStripeAccount(Transfer $transfer, $refundFee = false, ?int $amount, array $options = []): TransferReverse

could be altered to

public function reverseTransferFromStripeAccount(Transfer $transfer, ?int $amount, $refundFee = false, array $options = []): TransferReverse

but this is a breaking change, I'd imagine

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.