See the Dwolla Difference → View the Demo App
Close Announcement Bar

labels animated numbers
Labels are digital organizers.

Track Real Money

Behind every label is an actual dollar held at a regulated financial institution in the name of the Customer account.

Fast & Referenceable

High availability, low latency, and immutable. With Labels, you can build a complex application that scales.

Save Time & Energy

Labels is a complete subaccounting infrastructure that makes it so you don't have to build your own.

One customer VCR, so many possibilities

With each customer VCR on your application, you can create any number of Labels to keep track of different balances in your application.

Whether you’re building an automated savings application or you’ve got a big idea involving fractional ownership on a receiving account, Labels can handle it.

3 labels single vcr illustration

Create as many Labels as you need in the API.

  • Create A Label

    Labels are unlimited and can be designated for any purpose.
  • Update A Label

    Seamlessly move funds in the balance between Labels.
Create A Label
POST https://api-sandbox.dwolla.com/customers/{{verifiedCustomerId}}/labels
Accept: application/vnd.dwolla.v1.hal+json
Content-Type: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqO
Idempotency-Key: 19051a62-3403-11e6-ac61-9e71128cae77

{
	"amount": {
		"currency": "USD",
		"value": "1450.00"
	}
}

Create A Label
POST https://api-sandbox.dwolla.com/customers/{{verifiedCustomerId}}/labels
Accept: application/vnd.dwolla.v1.hal+json
Content-Type: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqO
Idempotency-Key: 19051a62-3403-11e6-ac61-9e71128cae77

{
	"amount": {
		"currency": "USD",
		"value": "1450.00"
	}
}

Create A Label

Labels are unlimited and can be designated for any purpose.
Update A Label
POST https://api-sandbox.dwolla.com/labels/{{labelId}}/ledger-entries
Accept: application/vnd.dwolla.v1.hal+json
Content-Type: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqO

{
	"amount": {
		"currency": "USD",
		"value": "200.00"
	}
}

Update A Label

Seamlessly move funds in the balance between Labels.
 
 

Let's Build Something Together