Skip to main content
GET
/
seller
/
payouts
List payouts
curl --request GET \
  --url https://api.managem.co.uk/seller/payouts \
  --header 'Authorization: Bearer <token>'
{
  "payouts": [
    {
      "id": "<string>",
      "amount": 123,
      "currency": "<string>",
      "arrivalDate": "<string>",
      "status": "<string>"
    }
  ],
  "cursor": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cursor
string

Payout ID to continue listing from

size
string

Number of payouts per page, defaults to 20

Response

Paginated payouts

Paginated payouts using a cursor for more results

payouts
object[]
required

Payouts returned for this page

cursor
string

Cursor for the next page of results