Skip to content
Last updated

Customer API Changelog

June 2026

2026-06-09

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

2026-06-02

May 2026

2026-05-28

  • Added new endpoint for updating portals Update 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 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 and fetching International Wire Counterparties.

January 2026

2026-1-20

  • Made Customer API public to integrators.