Payouts
Create payout
Creates a payout to transfer funds from a paid order to the seller. Requires the order to not yet be released. The destination is either a wallet_id or a bankaccount_id.
post/payouts
Request body
Example request
{
"order_id": 25955,
"type": "WALLET",
"wallet_id": 28751
}Response
Payout created
Example response
{
"self": "/2.0/payouts/789"
}