Our app is a markeplace where buyers can make multi-vendor orders. When the buyer completes a multi-vendor order its total amount in only authorized, then the multi-vendor order is splitted in n vendor sub-orders. When a single vendor sub-order is processed, by the vendor, its amount is captured by us and then we pay "manually" the seller due amount, holding our fee. Actually we use PayPal authorization & capture between the buyer and us, then we pay "manually" the seller due amounts as described above.
We want to use the Adaptive Delayed Chained Payment to capture the single vendor sub-order amounts splitting they automatically between us and the seller. Is that possible? How?
I see the following similar question: Auth / Capture using Adaptive Payment of Paypal? but is outdated and the links in the @Andrew Angell's response aren't available anymore.
Thanks