Dwolla

API / Transactions - Stats

Transaction Stats

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

URL

https://www.dwolla.com/oauth/rest/transactions/stats

Tools

  Parameter Description Value
* 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.

Request



    

Response

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

	

Request

  Param Description
* oauth_token A valid OAuth token  
types Types of status to retrieve. Must be comma delimited.

Possible values: 'TransactionsCount', 'TransactionsTotal'

Defaults to: 'TransactionsCount,TransactionsTotal'

startDate Starting date and time to for which to process transactions stats.

Defaults to: '0300 of the current day in UTC.'

endDate Ending date and time to for which to process transactions stats.

Defaults to: 'current date and time in UTC.'

GET https://www.dwolla.com/oauth/rest/transactions/stats?oauth_token={token}

Response

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

Error Codes