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+json
Content-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