Dwolla Connect API

Number of APIs: 27

Quick Start

Before you can start submitting requests you’ll need to configure a few collection variables within this Qodex collection, such as the client_id and the client_secret which are used to authenticate against the API. In addition, the default `baseUrl` is contains a default value that points to Dwolla's Sandbox environment.

You can obtain these credentials by signing up for a free Dwolla Connect Account (Contact Sales). The client_id and the client_secret correspond to your Application “key” and “secret” which can be located on the landing page of the Dashboard.

Configuring Collection variables

The collection is preconfigured to use collection variables that look like this: {{variableName}}. In order to get up and running with the Collection, you’ll want to set values for the client_id and client_secret collection variables.

To edit collection variables, click on “View more actions” on the collection in the left side nav. You’ll then click “Edit” which will open a tab to edit variables.

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

  1. accounts - Retrieve account details GET {{baseUrl}}/accounts/{{accountId}}

  2. external-parties - Create an external party POST {{baseUrl}}/external-parties

  3. external-parties - Retrieve an external party GET {{baseUrl}}/external-parties/{{externalPartyId}}

  4. external-parties - List external parties GET {{baseUrl}}/external-parties

  5. funding-sources - Create funding source for an account POST {{baseUrl}}/funding-sources

  6. funding-sources - Retrieve a funding source GET {{baseUrl}}/funding-sources/{{fundingSourceId}}

  7. funding-sources - List funding sources for an account GET {{baseUrl}}/accounts/{{accountId}}/funding-sources

  8. funding-sources - List funding sources for external party GET {{baseUrl}}/external-parties/{{externalPartyId}}/funding-sources

  9. open banking - Create a funding source for an external party - using exchange POST {{baseUrl}}/external-parties/{{externalPartyId}}/exchanges

  10. funding-sources - Remove a funding source POST {{baseUrl}}/funding-sources/{{fundingSourceId}}