Learn how to construct well-formed API requests, set essential headers, and implement robust authentication.
Accept
header:
Accept: application/vnd.dwolla.v1.hal+json
Content-Type
:
Content-Type: application/vnd.dwolla.v1.hal+json
Content-Type: application/json
client_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}
Production: https://api.dwolla.com
Sandbox: https://api-sandbox.dwolla.com