labels
Create a label ledger entry
Create a new ledger entry to track fund adjustments on a Label by specifying a positive or negative amount value. Returns the location of the created ledger entry in the response header. Label amounts cannot go negative, so validation errors occur if the entry would result in a negative Label balance.
post/labels/{id}/ledger-entries
Path parameters
idstring required
The Id of the Label to update.
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
{
"amount": {
"value": "-5.00",
"currency": "USD"
}
}Response
created