transfers

Initiate a transfer

Initiate a transfer

post/transfers

Headers

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

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

Request body

metadataobject
correlationIdstring

Example request

{
  "amount": {
    "value": "5.00",
    "currency": "USD"
  },
  "rtpDetails": {
    "destination": {
      "remittanceData": "ABC_123 Remittance Data"
    }
  },
  "instantDetails": {
    "destination": {
      "remittanceData": "ABC_123 Remittance Data"
    }
  },
  "processingChannel": {
    "destination": "instant"
  }
}

Response

created

Changes