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
https://www.dwolla.com/oauth/rest/balance/
Request
Response
(click Submit to query the API)
| |
Param |
Description |
| * |
oauth_token |
A valid OAuth token |
GET https://www.dwolla.com/oauth/rest/balance/?oauth_token={token}
{"Success":true,"Message":"Success","Response":55.76}
| Literal String |
Explanation |
| "Access token is empty." |
No OAuth access token has been supplied. |
| "Invalid access token." |
The OAuth access token supplied is invalid or incorrect. |
| "Token does not have access to requested resource. Token must have {...} scope access." |
The given OAuth token does not have access to the requested scope used. Please review the scopes list. |
| "Invalid account status for user of this access token." |
The account associated with the given OAuth token is in an invalid status. |
| "Application is either not verified or suspended." |
The application used to generate the OAuth token has been unverified or suspended. |
| "Account temporarily locked" |
Too many failed attempts have been made to access this account. The account has been temporarily locked for 30 minutes. |
| "Unexpected error has occurred." |
Something unexpected happened. It has been logged on our end and will be reviewed shortly. |
Literal strings returned in the API do no include the quotation marks used above.