---
title: "Retrieve exchange resource"
method: GET
path: "/exchanges/{id}"
tags: ["exchanges"]
---

# Retrieve exchange resource

`GET /exchanges/{id}`

Returns details for a specific exchange connection between Dwolla and an open banking partner
for a customer's bank account. Includes exchange status, creation date, and links to the
associated customer and exchange partner.

For card exchanges created from an exchange session that requested an Account Name Inquiry
(ANI), the response also includes `cardDetails.accountNameInquiry` with the name-match result.
Read this value before creating a card funding source to get an early signal of fraudulent
card usage.

## Path parameters

- `id` string, required

## Headers

- `Accept` 'application/vnd.dwolla.v1.hal+json', required

## Response `200`

successful operation

## Other responses

- `401` — Invalid Scope
- `404` — Not Found

## Changes

- **2026-09-15** `7877985e14b4` — 1 info
  - added the optional property `cardDetails` to the response with the `200` status
- **2025-11-19** `e44b6a6d5724` — 3 warning, 4 info
  - added the new `active` enum value to the `status` response property for the response status `200`
  - added the new `deactivated` enum value to the `status` response property for the response status `200`
  - added the new `removed` enum value to the `status` response property for the response status `200`
  - the response property `_links` became required for the status `200`
  - …3 more
- **2025-05-23** `4c8b16e05918` — 1 breaking
  - added the new required `header` request parameter `Accept`

[Change history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/exchanges/:id/get.md)

---

[API](https://skmtc.dev/dwolla/apis/dwolla-api.md) · [All operations](https://skmtc.dev/dwolla/apis/dwolla-api/llms.txt) · [OpenAPI document](https://skmtc.dev/dwolla/apis/dwolla-api/revisions/7877985e14b4?raw)
