# List Payments **GET /payments** Retrieve a paginated collection of Payments belonging to your Organization ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters ### Headers - **Authorization** (string) Authorize your API calls with an Arta API token ### Query parameters - **page** (integer) Page number of the results to fetch. - **page_size** (integer) Results per page (max 50) ## Responses ### 200 A collection of Payment records #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **items** (array[object]) - **metadata** (object) [Powered by Bump.sh](https://bump.sh)