Accounts
Overview
Endpoints for your Main Dwolla account that include funding source creation, mass payment and transfer listings, and retrieving account details.
Accounts
The Accounts resource in the Dwolla API represents your organization’s main account, which is created when you sign up on dwolla.com. This account serves as the central hub for managing your business’s funds and is primarily used for pay-in and pay-out use cases. Through the Accounts resource, you can retrieve account details, link or remove funding sources (such as bank accounts), and track all transfers associated with your organization. Use these endpoints to programmatically manage your account profile and monitor payment activity at the business level.
Account Links
Link | Description |
---|---|
self | URL of the Account resource |
receive | Follow the link to create a transfer to this Account. |
funding-sources | GET this link to list the Account’s funding sources. |
transfers | GET this link to list the Account’s transfers. |
customers | (optional) If this link exists, this account is authorized to create and manage Dwolla API Customers. |
send | Follow the link to create a transfer to this Account. |