Orders
Get order payout
Returns the payout associated with the order.
get/orders/{id}/payout
Path parameters
idinteger required
Order ID.
Response
Payout details
Example response
{
"self": "/2.0/payouts/789"
}Returns the payout associated with the order.
Order ID.
Payout details
{
"self": "/2.0/payouts/789"
}