When creating a new user with Stripe it would be convenient to accept a Source object id as parameter of createAsStripeCustomer() method.
https://stripe.com/docs/sources/sepa-debit#making-a-charge-request
@jurihub made a pull-request in its own fork of cashier (jurihub/cashier-multiplan#1) to handle SEPA payments.
Is a there a chance such changes would be merged here ? I'm willing to create a PR here if it helps !
Thanks
Push.
Please merge this change :)
I'd love to see this integrated in Cashier.
+1
+1
+1
+1
+1
+1
+1
Everytime i get a notification from this ticket i get excited, only to realize, that it is just another +1 馃槅
I'm considering to just use stripe-php. Anyone knows if Cashier still is actively being developed? 馃
Yeah it is actively developed, just not for the European market ;)
+1
+1
+1
+1
+1
I think adding extra payment options which Stripe supports is something we can definitely consider but it'll need to be added in a clean way and integrated well with other parts of the library. If anyone can send in a PR for the next major version which adds this in a clean way we could consider it.
Related to #507
Any Updates on this? :)
@alexander-rieder actually it's quite easy to integrate sepa direct debit using stripe sources
Ok, how can i handle Sources with Cashier?
+1
@alexander-rieder you can read about it here: https://stripe.com/docs/sources/sepa-debit
So Source is a Stripe's API thing.
But is SEPA handling something that will ever land in Cashier core, or not? Otherwise I am going to create it around Cashier myself.
Due to the change in Cashier 10 to the Stripe Payment Intents API, we have to wait until the Payment Intents API supports SEPA direct debit.
it is now supported https://stripe.com/docs/payments/payment-methods
@driesvints I guess this is a duplicate of #507
Nice. From what I can see I think most will work out of the box except for the payment page. We'll need to update that to show the IBAN fields instead when SEPA was used.
and @driesvints do you have any idea when will be that payment method implemented??
Thanks in advance!
This is great news! And definitively something we need for our service. Would love to hear if this feature is something we can expect before the end of this year? Thanks!
@guillermoizqgar at the moment we don't have any plans on implementing this soon ourselves but everyone's free to send in prs.
if someone can point me in the right direction what needs to be changed, than i can put some work into creating a pull request
anyone made any progress here?
at any rate here .. is a WIP https://github.com/laravel/cashier/pull/893
Any updates? This is really important for the EU.
Greetings,
Dave
Eventually I'll get to this. But bit strapped at this time.
Thank you for your quick response!
I'm gonna lock this issue for now as there's nothing really to contribute here any further. This is still planned but I can't give an ETA at this point, sorry.
@christoph-kluge has volunteered to put in some thoughtful work into making this happen so I'm unlocking this so he can share his thoughts on how to proceed here.
Isn't this kind of already semi-supported? It looks like "Bank Account" can be a value for card_brand so it should work for subscriptions. I'm not sure about one-off payments though but I assume logically it should work fine as you're passing around payment intents and not actual card/bank details
Most helpful comment
I think adding extra payment options which Stripe supports is something we can definitely consider but it'll need to be added in a clean way and integrated well with other parts of the library. If anyone can send in a PR for the next major version which adds this in a clean way we could consider it.