# Customer API Changelog

## June 2026

### 2026-06-09

- Added new endpoints for fetching wires:
  - [List Wires](/products/customer-api/reference/wires/list-wires-v1) for fetching wires, optionally filtered by `pocket_id` (a single pocket) and/or `customer_id` (all of a customer's pockets).
  - [Get Wire](/products/customer-api/reference/wires/get-wire-v1) for fetching a single wire, optionally scoped to a `customer_id`.
- The list endpoint supports filtering by `direction` (`INCOMING` or `OUTGOING`).


### 2026-06-02

- Exposed [Portals V2 endpoints](/products/customer-api/reference/portals)


## May 2026

### 2026-05-28

- Added new endpoint for updating portals [Update Portal](/products/customer-api/reference/portals/update-pocket-portal) to be able to update the portal's name or set status to `CLOSED`. Closing a portal is irreversible; the only accepted value for `status` is `CLOSED`.


### 2026-05-14

- Added filter options to [List Transactions](/products/customer-api/reference/transactions/list-transactions-v2) to be able to filter by card and portal ids.


## March 2026

### 2026-03-31

- Added new field `identifier_type` to `InternationalWireCounterpartyV2` and `CreateInternationalWireCounterpartyRequest` models to allow for IBAN account numbers when [creating](/products/customer-api/reference/counterparties/create-counterparty-v2) and [fetching](/products/customer-api/reference/counterparties/list-counterparties-v2) International Wire Counterparties.


## January 2026

### 2026-1-20

- Made Customer API public to integrators.