Dwolla API - Partnerships

Number of APIs: 15

This is the Dwolla API collection relating to Dwolla Partner onboarding of client Dwolla accounts. View official documentation here. Permission to create client Dwolla Accounts is granted by Dwolla upon review of the Dwolla Partner’s use case. The Partner Account Opening API enables a trusted partner to provision client Dwolla Accounts without requiring the need for the Partner’s client to visit dwolla.com.

Quick Start

Before you can start submitting requests you’ll need to configure a few collection variables, such as the client_id and the client_secret which are used to authenticate against the API. You can do this by editing the collection (... > Edit) and navigating to the Variables tab.

You can obtain these credentials by signing up for a free Dwolla Sandbox Account. The client_id and the client_secret correspond to your Application “key” and “secret” which can be found within the Applications tab in your Dashboard.

Note: It is important to note that only dummy data should be used when creating POST requests to this collection.

  1. Client Account Opening - List documents for a client GET https://api-sandbox.dwolla.com/clients/{{clientAccountId}}/documents

  2. Client Account Opening - List and search Clients GET https://api-sandbox.dwolla.com/clients

  3. Authentication - Partner Account Access Token POST https://api-sandbox.dwolla.com/token

  4. Authentication - Client Account Access Token POST https://api-sandbox.dwolla.com/clients/{{clientAccountId}}/tokens

  5. Client Account Opening - Retrieve a Client account GET https://api-sandbox.dwolla.com/clients/{{clientAccountId}}

  6. Client Account Opening - Update a Client account (Upgrade partial account or retry verification on full account)) POST https://api-sandbox.dwolla.com/clients/{{clientAccountId}}

  7. Client Account Opening - List documents for a client's beneficial owner GET https://api-sandbox.dwolla.com/beneficial-owners/{{beneficialOwnerId}}/documents

  8. Client Account Opening - Retrieve a client's beneficial ownership status GET https://api-sandbox.dwolla.com/clients/{{clientAccountId}}/beneficial-ownership

  9. Client Account Opening - Create a new benefical owner for a Client POST https://api-sandbox.dwolla.com/clients/{{clientAccountId}}/beneficial-owners

  10. Client Account Opening - Retrieve a beneficial owner GET https://api-sandbox.dwolla.com/beneficial-owners/{{beneficialOwnerId}}