# 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.


## List Counterparties (deprecated)

 - [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 instead.

## Get Counterparty (deprecated)

 - [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 instead.

Poll this endpoint to monitor the progress of the verification process for a single counterparty.



> ### Plaid:
>
> If plaid.verification_status is PENDING_MANUAL_VERIFICATION, the user is in the Same Day Micro-deposits flow and must return in 1-2 business days and go through the Plaid Link flow again, this time using a new Link token where the _counterparty_id_ is passed to Jiko.

