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.
-
accounts - Retrieve account details GET {{baseUrl}}/accounts/{{accountId}}
-
external-parties - Create an external party POST {{baseUrl}}/external-parties
-
external-parties - Retrieve an external party GET {{baseUrl}}/external-parties/{{externalPartyId}}
-
external-parties - List external parties GET {{baseUrl}}/external-parties
-
funding-sources - Create funding source for an account POST {{baseUrl}}/funding-sources
-
funding-sources - Retrieve a funding source GET {{baseUrl}}/funding-sources/{{fundingSourceId}}
-
funding-sources - List funding sources for an account GET {{baseUrl}}/accounts/{{accountId}}/funding-sources
-
funding-sources - List funding sources for external party GET {{baseUrl}}/external-parties/{{externalPartyId}}/funding-sources
-
open banking - Create a funding source for an external party - using exchange POST {{baseUrl}}/external-parties/{{externalPartyId}}/exchanges
-
funding-sources - Remove a funding source POST {{baseUrl}}/funding-sources/{{fundingSourceId}}