Create a label
POST https://api-sandbox.dwolla.com/customers/{{VCRCustomerId}}/labels
When creating a Label you’ll specify an amount as well as the ID of a Verified Customer that the label is tied to.
Request Body
{"amount"=>{"currency"=>"USD", "value"=>"10.00"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string | ||
Content-Type | string | ||
Idempotency-Key | string |