Retrieve an exchange partner
This section contains information on how to retrieve an exchange partner resource.HTTP request
GET https://api.dwolla.com/exchange-partners/{id}
Request parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| id | yes | string | Exchange Partner resource unique identifier. |
HTTP status and error codes
| HTTP Status | Code | Description |
|---|---|---|
| 200 | Ok | The Dwolla API accepted the request and returned a response. |
| 404 | NotFound | The requested resource was not found. Check Exchange Partner ID. |