v2

latestOpenAPI 3.1.02026-07-26102336742.6 KB
Payouts

Get payout transactions

Rate limit: 100 requests / 10 seconds per shop. See Rate limiting.

Returns paginated payout transaction history with status, amounts, and destination info

get/open-api/v1.0/payouts/transactions

Query parameters

pageinteger
sizeinteger

Response

OK

totalinteger
pageinteger
sizeinteger
totalPagesinteger

Example response

{
  "results": [
    {
      "transferAmount": {
        "amount": 24.99,
        "currency": "USD"
      },
      "payoutAmount": {
        "amount": 24.99,
        "currency": "USD"
      },
      "status": "PAID"
    }
  ]
}