v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
v2-config-payout-destinations

v2_aid_payout_destination_transfers_get

Get list of transfers for a seller

get/v2/accounts/{aid}/payout/payout-destinations/{payout_destination_id}/transfers

Path parameters

aidstring ^[PT]{1}\d{8}$ required

An id that uniquely identifies the account.

payout_destination_idstring required

Seller id

Query parameters

limitinteger

A limit on the number of objects to be returned. Limit can range between 1 and 1000 items, and the default is 10 items.

pagestring

The page (as defined by the next_page_token in the api response)

currencystring

Filter by currency

Response

Payout destination transfers response

next_page_tokenstring

Example response

{
  "entries": [
    {
      "payment_match_report_data": {
        "attachments": [
          {
            "content_type": "application/xml",
            "created_by": "payex"
          }
        ],
        "amounts": [
          {
            "currency": "NOK"
          }
        ]
      }
    }
  ]
}