# Customer API Changelog

## August 2026

### 2026-08-13

- Added the [Get Customer Earnings](/products/customer-api/reference/pockets/get-customer-earnings-v2) endpoint: current-period earnings for all of the customer's pockets (or a `pocket_id[]` subset) in a single call, returning one entry per pocket plus their exact aggregate. Supports the `ytd`, `mtd`, `wtd` and `all-time` periods; custom date ranges remain on the single-pocket earnings endpoint.


## July 2026

### 2026-07-23

- Added an optional `display_name` field to counterparties. It can be set when [creating](/products/customer-api/reference/counterparties/create-counterparty-v2) `ach`, `wire`, `international_wire`, and `on_us` counterparties, or when updating a counterparty's `display_name` via the [update counterparty](/products/customer-api/reference/counterparties/update-counterparty-v2) endpoint, and is returned on all counterparty responses when [listing](/products/customer-api/reference/counterparties/list-counterparties-v2). Use it to assign a custom name that distinguishes counterparties belonging to the same legal entity.


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