Dwolla Balance API - Sandbox
Number of APIs: 83
This is the Dwolla API Qodex collection. Click the button below which will prompt you to run the collection.
[]
Quick Start
Before you can start submitting requests you’ll need to configure a few environment variables within this Qodex collection, such as the client_id
and the client_secret
which are used to authenticate against the API.
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
In order to get up and running with the collection, you’ll want to make sure you are in the Dwolla API - Sandbox
environment on Qodex (dropdown menu on the upper right hand side). In the Environment Quick Look (eye icon on the upper right hand side), click edit to set the values for the client_id
and client_secret
environment variables, and click save prior to submitting any requests in the collection.

Note: It is important to note that only dummy data should be used when creating POST requests to this collection.
-
beneficial-owners - Create a new beneficial owner. POST https://api-sandbox.dwolla.com/customers/{{VCRCustomerId}}/beneficial-owners
-
beneficial-owners - List beneficial owners GET https://api-sandbox.dwolla.com/customers/{{VCRCustomerId}}/beneficial-owners
-
documents - List documents for a beneficial owner GET https://api-sandbox.dwolla.com/beneficial-owners/{{beneficialOwnerId}}/documents
-
funding-sources - List funding sources for a customer GET https://api-sandbox.dwolla.com/customers/{{customerId}}/funding-sources?removed=false
-
webhook-subscriptions - Retrieve a webhook subscription GET https://api-sandbox.dwolla.com/webhook-subscriptions/{{webhookSubscriptionId}}
-
webhooks - Retrieve a webhook GET https://api-sandbox.dwolla.com/webhooks/{{webhookId}}
-
webhooks - Retry a webhook POST https://api-sandbox.dwolla.com/webhooks/{{webhookId}}/retries
-
labels - Retrieve a label reallocation GET https://api-sandbox.dwolla.com/label-reallocations/{{labelReallocationId}}
-
beneficial-owners - Certify beneficial ownership POST https://api-sandbox.dwolla.com/customers/{{VCRCustomerId}}/beneficial-ownership
-
beneficial-owners - Retrieve a beneficial owner GET https://api-sandbox.dwolla.com/beneficial-owners/{{beneficialOwnerId}}