v11

latestOpenAPI 3.1.12026-08-03174162.0 MB
Payouts

Get payout statistics

post/payouts/stats

Request body

teamIdstring

Filter stats by team ID

startDatestring

Start date for stats period (YYYY-MM-DD)

endDatestring

End date for stats period (YYYY-MM-DD)

Response

OK

object required

Payout statistics grouped by period (current/previous) and currency

Example response

{
  "current": {
    "USD": {
      "net": 100000,
      "total": 120000,
      "gross": 115000,
      "base": 110000,
      "booking": 5000,
      "shipping": 0,
      "refunded": 0,
      "discount": 5000,
      "gateway": 3000,
      "dispute": 0
    }
  },
  "previous": {
    "USD": {
      "net": 80000,
      "total": 95000,
      "gross": 90000,
      "base": 85000,
      "booking": 5000,
      "shipping": 0,
      "refunded": 0,
      "discount": 5000,
      "gateway": 2500,
      "dispute": 0
    }
  }
}