Accounts
Overview
Endpoints for your Main Dwolla account that include funding source creation, mass payment and transfer listings, and retrieving account details.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Endpoints for your Main Dwolla account that include funding source creation, mass payment and transfer listings, and retrieving account details.
| 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. |
{
"_links": {
"self": {
"href": "https://api-sandbox.dwolla.com/accounts/ca32853c-48fa-40be-ae75-77b37504581b"
},
"receive": {
"href": "https://api-sandbox.dwolla.com/transfers"
},
"funding-sources": {
"href": "https://api-sandbox.dwolla.com/accounts/ca32853c-48fa-40be-ae75-77b37504581b/funding-sources"
},
"transfers": {
"href": "https://api-sandbox.dwolla.com/accounts/ca32853c-48fa-40be-ae75-77b37504581b/transfers"
},
"customers": {
"href": "https://api-sandbox.dwolla.com/customers"
},
"send": {
"href": "https://api-sandbox.dwolla.com/transfers"
}
},
"id": "ca32853c-48fa-40be-ae75-77b37504581b",
"name": "Jane Doe"
}
Was this page helpful?