v2_aid_payout_destination_transfers_get
Sellers
Get seller transfers
Get list of transfers for a seller
GET
v2_aid_payout_destination_transfers_get
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account.
Required string length:
9Seller id
Query Parameters
A limit on the number of objects to be returned. Limit can range between 1 and 1000 items, and the default is 10 items.
Required range:
1 <= x <= 1000The page (as defined by the next_page_token in the api response)
Filter by currency
Required string length:
3Pattern:
^[A-Z]{3}$Last modified on May 12, 2026