An Account
represents your main Dwolla Connect user account that was established by signing up on dwolla.com. To create External Parties (end-users), attach bank accounts, and send or receive account-to-account payments, you must have a Dwolla account and obtain API credentials.
Property | Type | Description | |
---|---|---|---|
_links | object | HAL-JSON links to related resources. | |
id | string <uuid> | Unique identifier of Account that is assigned by Dwolla. | |
name | string | Name of the Account provided upon creation. | |
created | string <date-time> | ISO-8601 timestamp of when the resource was created. |
{
"_links": {
"self": {
"href": "https://api.dwolla.com/accounts/3b0f270c-9cfd-4724-bae8-aa4b1659cbb4",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "account"
}
},
"id": "3b0f270c-9cfd-4724-bae8-aa4b1659cbb1",
"name": "Jane Doe",
"created": "2023-08-10T22:08:46.323Z"
}
All funds transfers made using the Dwolla Platform are performed by a financial institution partner, and any funds held in a Dwolla Balance are held by a financial institution partner. Learn more about our financial institution partners.