order.total - total commission through the payout provider, linking the payout to the seller. Fails if the seller has no payout account. The order ID doubles as the provider idempotency key, so re-running for the same order is safe. Not wired to a route — run it from your own subscriber or scheduled job once an order is captured and ready to settle.
Usage
Input
The order to settle; must belong to a seller with a payout account.
Result
The created payout.
Payout ID.
The seller’s payout account.
Order total minus the order’s commission lines.
The order’s currency.
One of
pending, processing, paid, failed, canceled.Provider transfer data; includes
order_id and seller_id.