# Portals Use these endpoints to create and view Portals. Portals allow third-party financial institutions to initiate ACH and wire transfers. A Portal consists of a routing and an account number. Multiple Portals can be created for a single Pocket. ## List Account Portals - [GET /api/v1/accounts/{account_id}/portals/](https://docs.jiko.io/products/customer-api/reference/portals/list_account_portals_api_v1_accounts__account_id__portals__get.md): This endpoint lists the payment portals associated with a specific Jiko account ID. Portals provide account and routing numbers for receiving funds into an account. Returns a ListPortalsResponse object containing a list of Portal objects. ## List Customer Portals - [GET /api/v1/portals/](https://docs.jiko.io/products/customer-api/reference/portals/list_customer_portals_api_v1_portals__get.md): This endpoint lists all portals for the customer. It returns a ListPortalsResponse object containing a list of Portal objects.