-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stripe Connect changes? #219
Comments
Not that I'm aware of you'll have to dig in on that. |
@cwise - I am a little new to Spree, but need to figure out how to add a |
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. |
@paololim please share if you were able to get a working implementation of Stripe Connect Gateway. |
And how do you add application_fee? |
News on this? |
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 justpayment_method
preference additions. If anyone has a good idea on how to pass theapplication_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
).The text was updated successfully, but these errors were encountered: