Use this method to retrieve transactions stats for the user associated with the authorized access token.
HTTP Method: GET
Scope Required: 'Transactions'
Requires Authentication: YES
https://www.dwolla.com/oauth/rest/transactions/stats
Request
Response
(click Submit to query the API)
| |
Param |
Description |
| * |
oauth_token |
A valid OAuth token |
|
types |
Types of status to retrieve. Must be comma delimited.
|
|
startDate |
Starting date and time to for which to process transactions stats.
|
|
endDate |
Ending date and time to for which to process transactions stats.
|
GET https://www.dwolla.com/oauth/rest/transactions/stats?oauth_token={token}
{"Success":true,"Message":"Success","Response":{"TransactionsCount":5,"TransactionsTotal":116.92}}
| Literal String |
Explanation |
| "Invalid start date format." |
|
| "Invalid end date format." |
|
| "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.