spree_gateway icon indicating copy to clipboard operation
spree_gateway copied to clipboard

Stripe Connect changes?

Open cwise opened this issue 9 years ago • 6 comments

Specifically, is anyone working on the changes to support Stripe Connect and payments with managed accounts.

This would be the following fields:

  • destination
  • application_fee

If no one is already working on it, I can do so. destination is a straight-forward change because it's effectively just payment_method preference additions. If anyone has a good idea on how to pass the application_fee through to the gateway, that'd be appreciated. That fee is essentially a holdback amount on the total when you are attributing an order to a sub account (destination).

cwise avatar Apr 13 '15 14:04 cwise

Not that I'm aware of you'll have to dig in on that.

JDutil avatar Apr 13 '15 15:04 JDutil

@cwise - I am a little new to Spree, but need to figure out how to add a destination for a Stripe Connect implementation. This github issue came up in a Google search. Would you be able to detail a little more about what you might do?

paololim avatar Jul 23 '15 15:07 paololim

Added preferred_destination to each Spree::PaymentMethod you add. If you go in to Spree::Admin you'll see this field available for entry if you edit a payment method. We populate login with the master API key and the destination with the connected account id.

cwise avatar Jul 23 '15 15:07 cwise

@paololim please share if you were able to get a working implementation of Stripe Connect Gateway.

nghiapdx avatar Nov 09 '16 00:11 nghiapdx

And how do you add application_fee?

wjrobinson11 avatar Oct 13 '17 20:10 wjrobinson11

News on this?

giugrilli avatar Dec 16 '20 09:12 giugrilli