Documentation Index
Fetch the complete documentation index at: https://developers.dwolla.com/llms.txt
Use this file to discover all available pages before exploring further.
Making Requests
To interact with the Dwolla API, all requests must include theAccept header:
Accept: application/vnd.dwolla.v1.hal+json
Content-Type:
Content-Type: application/vnd.dwolla.v1.hal+jsonContent-Type: application/json
Authentication
All requests require either an OAuth access token or aclient_id and client_secret in order to authenticate with the API. OAuth access tokens are passed via the Authorization HTTP header:
Authorization: Bearer {access_token_here}
API Host
Production: https://api.dwolla.com
Sandbox: https://api-sandbox.dwolla.com