GET
/
transfers
/
{id}
cURL
GET https://api-sandbox.dwolla.com/transfers/15c6bcce-46f7-e811-8112-e8dd3bececa8
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY
{
  "_links": {},
  "id": "15c6bcce-46f7-e811-8112-e8dd3bececa8",
  "status": "pending",
  "amount": {
    "value": "42.00",
    "currency": "USD"
  },
  "created": "2018-12-03T22:00:22.970Z",
  "clearing": {
    "source": "standard",
    "destination": "same-day"
  },
  "metadata": {
    "paymentId": "12345678",
    "note": "Payment for completed work Dec. 1"
  },
  "achDetails": {
    "source": {
      "addenda": {
        "values": [
          "ABC123_AddendaValue"
        ]
      }
    },
    "destination": {
      "addenda": {
        "values": [
          "ZYX987_AddendaValue"
        ]
      }
    }
  },
  "rtpDetails": {
    "destination": {
      "remittanceData": "ABC_123 Remittance Data",
      "networkId": "20210617021214273T1BG27487110796028",
      "endToEndReferenceId": "E2E-RTP-20210617-001"
    }
  },
  "fedNowDetails": {
    "destination": {
      "remittanceData": "ABC_123 Remittance Data",
      "networkId": "20240115123456789FEDNOW123456",
      "endToEndReferenceId": "E2E-FEDNOW-20240115-001"
    }
  },
  "correlationId": "8a2cdc8d-629d-4a24-98ac-40b735229fe2",
  "processingChannel": {
    "destination": "real-time-payments"
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Accept
enum<string>
default:application/vnd.dwolla.v1.hal+json
required

The media type of the response. Must be application/vnd.dwolla.v1.hal+json

Available options:
application/vnd.dwolla.v1.hal+json

Path Parameters

id
string
required

ID of transfer to be retrieved

Response

successful operation

id
string
Example:

"15c6bcce-46f7-e811-8112-e8dd3bececa8"

status
string
Example:

"pending"

amount
object
created
string<date-time>
Example:

"2018-12-03T22:00:22.970Z"

clearing
object
metadata
object
achDetails
object
rtpDetails
object

Real-Time Payments (RTP) network specific details. Present when transfer was processed via RTP network.

fedNowDetails
object

FedNow Service network specific details. Present when transfer was processed via FedNow network.

correlationId
string
Example:

"8a2cdc8d-629d-4a24-98ac-40b735229fe2"

processingChannel
object