Hello,
Happy New Years and thanks to the team here for open sourcing this project.
I am looking to jump into a quick setup and need some help to understand if this is feasible, if so then to understand how difficult it would be to implement, and to get some tips from someone familiar with the source code how to do this the fastest way possible.
- I want to have an escrow+arbitration system where funds cannot be withdrawn by merchant until after buyer has agreed they received item. Buyer also can raise a dispute and claim they did not receive the item as described. In such case, the administrator (arbitrator) would settle the dispute. Buyers and sellers would be able to submit text (and ideally documents, not required immediately) evidence during the arbitration process.
This package says it is not even possible to keep the order processing: https://github.com/reactioncommerce/payments-cod so I will greatly appreciate some help how to do that.
- I want to add another option besides stripe connect for mass payouts. This should include a fee being deducted for the marketplace.
I would like to do this in a way where each modification is a plugin, so that when future versions of reaction commerce are released I can update without issues.