labels
Create a label for a customer
Creates a new label for a Verified Customer with a specified amount. Labels help organize and track funds within a customer's balance. Returns the location of the created label resource in the response header.
post/customers/{id}/labels
Path parameters
idstring required
ID of customer to create a label for
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": {
"currency": "USD",
"value": "12.34"
}
}Response
create