# List payments **GET /employers/{employerId}/payments** Returns all bank transfer payments for the specified employer, including past (received) and upcoming (outstanding) payments. Use the `status` field to distinguish between them. ## Servers - Production: https://partner-api.getpenfold.com/v1 (Production) - Staging: https://partner-api.getpenfold.dev/v1 (Staging) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **employerId** (string(uuid)) Penfold employer UUID ## Responses ### 200 List of payments #### Body: application/json (object) - **payments** (array[object]) ### 401 Missing or invalid authentication token #### Body: application/json (object) - **error** (string) ### 404 Resource not found #### Body: application/json (object) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)