Labels
Overview
Labels represent a designated portion of funds within a Verified Customer’s balance. Create, remove, and list them using the Dwolla API.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Labels represent a designated portion of funds within a Verified Customer’s balance. Create, remove, and list them using the Dwolla API.
| Link | Description |
|---|---|
| self | URL of the Label resource. |
| ledger-entries | GET this link to list the ledger entries for a Label. |
| update | GET this link to update the ledger for this Verified Customer. |
| remove | GET this link to remove the Label for this Verified Customer. |
| Parameter | Description |
|---|---|
| _links | A _links JSON object that contains links to suggested resources and actions available based on the current context. |
| id | A Label unique identifier. |
| amount | An Amount JSON object that contains value and currency keys. Reference the amount object to learn more. |
| created | ISO-8601 timestamp. |
| Parameter | Description |
|---|---|
| value | Amount of funds. |
| currency | Acceptable values: USD |
Was this page helpful?