This section outlines how to retrieve a Label Ledger entry by its unique identifier
GET https://api.dwolla.com/ledger-entries/{id}
Request parameters
Parameter | Required | Type | Description |
---|---|---|---|
id | yes | string | A Label Ledger entry unique identifier. |
GET https://api-sandbox.dwolla.com/ledger-entries/32d68709-62dd-43d6-a6df-562f4baec526
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY
{
"_links": {
"self": {
"href": "https://api-sandbox.dwolla.com/ledger-entries/32d68709-62dd-43d6-a6df-562f4baec526",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "ledger-entry"
},
"label": {
"href": "https://api-sandbox.dwolla.com/labels/7e042ffe-e25e-40d2-b86e-748b98845ecc",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "label"
}
},
"id": "32d68709-62dd-43d6-a6df-562f4baec526",
"amount": {
"value": "-5.00",
"currency": "USD"
},
"created": "2019-05-16T01:54:58.062Z"
}
All funds transfers made using the Dwolla Platform are performed by a financial institution partner, and any funds held in a Dwolla Balance are held by a financial institution partner. Learn more about our financial institution partners.