List stores
Get details about the account stores
scopes:
- admin:accounts
- read:accounts
Authorizations
Path Parameters
An id that uniquely identifies the account.
9Query Parameters
Filter by Payout Destination ID
Filter by Terminal ID
Include related data.
Use operator_payout_destinations to include payout destinations for terminal operators associated with this store.
1operator_payout_destinations Filter stores by status
10ACTIVE, PENDING, SUSPENDED, DELETED, ERROR cursor for use in pagination. starting_after is an object ID
that defines your place in the list. For instance, if you make
a list request and receive 100 objects, end the result contains
paging_token=pt1, your subsequent call can include
starting_after=pt1 in order to fetch the next page of the list.
A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items.
1 <= x <= 100