---
title: "Retrieve VAN account and routing numbers"
method: GET
path: "/funding-sources/{id}/ach-routing"
tags: ["funding sources"]
---

# Retrieve VAN account and routing numbers

`GET /funding-sources/{id}/ach-routing`

Returns the unique account and routing numbers for a Virtual Account Number (VAN) funding source. These numbers can be used by external systems to initiate ACH transactions that pull funds from or push funds to the associated Dwolla balance.

## Path parameters

- `id` string, required

## Headers

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

## Response `200`

successful operation

## Other responses

- `404` — not found

## Changes

- **2025-06-06** `231d0268586b` — 1 info
  - api operation id `getVanAchRouting` removed and replaced with `getVanRouting`
- **2025-05-23** `4c8b16e05918` — 1 breaking
  - added the new required `header` request parameter `Accept`

[Change history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/funding-sources/:id/ach-routing/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-service-production.skmtc.workers.dev/v1/apis/dwolla/dwolla-api/revisions/0e13062ae3be/schema)
