Skip to content
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

What about batching the payout for Orders automatically? #689

Closed
matin opened this issue Sep 5, 2014 · 3 comments
Closed

What about batching the payout for Orders automatically? #689

matin opened this issue Sep 5, 2014 · 3 comments
Labels

Comments

@matin
Copy link
Member

matin commented Sep 5, 2014

#660 discusses the challenge is using Orders where a seller is supposed to receive many payouts. A marketplace would solve the problem by batching the payout, but Orders makes this more difficult. The problem is that Orders have no concept of batched payouts. Each Credit is associated to an individual ACH transfer. What if Balanced automatically batched the transfers on a daily basis based on the recipient and appears_on_statement_as?

The marketplace would only be invoiced for the one ACH transfer.

@matin matin added the orders label Sep 5, 2014
@mahmoudimus
Copy link
Contributor

@matin Can you clarify here? #673 also goes into depth on why this might not be feasible.

@remear
Copy link
Contributor

remear commented Jan 6, 2015

Batch payouts from Orders can be done via Account and Settlements as implemented by #707

Nothing will be done automatically.

@remear remear closed this as completed Jan 6, 2015
@matin
Copy link
Member Author

matin commented Jan 6, 2015

@mahmoudimus what @remear said 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants