# Counterparties

Use these endpoints to view Counterparties. Counterparties represent external accounts when moving funds in or out of a Jiko Account. Jiko will only transfer funds between accounts where the Counterparty has `status: “VERIFIED”`, meaning ownership of the account has been confirmed.

 - [GET /api/v1/customers/{customer_id}/counterparties/](https://docs.jiko.io/products/partner-api/reference/counterparties/list_counterparties_api_v1_customers__customer_id__counterparties__get.md): List all counterparties for a customer. **Deprecated**: Use [List Counterparties](/products/partner-api/reference/counterparties-v2/list_counterparties_api_v2_customers__customer_id__counterparties__g
 - [GET /api/v1/customers/{customer_id}/counterparties/{counterparty_id}/](https://docs.jiko.io/products/partner-api/reference/counterparties/get_counterparty_api_v1_customers__customer_id__counterparties__counterparty_id___get.md): **Deprecated**: Use [Get Counterparty](/products/partner-api/reference/counterparties-v2/get_counterparty_api_v2_customers__customer_id__counterparties__counterparty_id___get) instead. Poll this endpo
