v33

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-03-2682193603.4 KB
labels

Create a label reallocation

Reallocates funds between two labels belonging to the same Verified Customer. Moves the specified amount from the source label to the destination label, creating ledger entries for both. The reallocation only succeeds if the source label has sufficient funds.

post/label-reallocations

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

Example request

{
  "_links": {
    "from": {
      "href": "https://api.dwolla.com/labels/c91c501c-f49b-48be-a93b-12b45e152d45"
    },
    "to": {
      "href": "https://api.dwolla.com/labels/7e042ffe-e25e-40d2-b86e-748b98845ecc"
    }
  },
  "amount": {
    "currency": "USD",
    "value": "15.00"
  }
}

Response

created