Dwolla

API / Balance

Account Balance

Use this method to retrieve the account balance for the user with the given authorized access token. Balance is noted in USD.

HTTP Method: GET Scope Required: 'Balance'   Requires Authentication: YES

URL

https://www.dwolla.com/oauth/rest/balance/

Tools

  Parameter Description Value
* oauth_token A valid OAuth token

Request



    

Response

(click Submit to query the API)
Grab our official library »

	

Request

  Param Description
* oauth_token A valid OAuth token  
GET https://www.dwolla.com/oauth/rest/balance/?oauth_token={token}

Response

Param Description
Success Did the request succeed?
Message
Response JSON Object
   Show Response Parameters
{"Success":true,"Message":"Success","Response":55.76}

Error Codes