You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Dwolla . Transactions . Listing
Retrieves a list of transactions for the user associated with the authorized access token.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo uses your Dwolla oAuth token to retrieve a list of transactions for the user associated with the authorized access token. The documentation for this Dwolla method can be found here.
Transactions are returned in descending order by transaction date. (In ISO 8601 format. e.g. 2012-07-22) When the SinceDate input is not specified, defaults to 7 days prior to the current date and time in UTC.
Here is an example of an acceptable input:
AccessToken: {YOUR ACCESS TOKEN}
SinceDate: 2011-07-04
Types: money_received
Skip: 0
Limit: 20
The following is a sample of the JSON information returned by this Choreo:
{ "Success": true, "Message": "Success", "Response": [ { "Amount": 1.25, "Date": "2014-01-22T13:11:10Z", "DestinationId": "812-111-1111", "DestinationName": "Test User", "Id": 2, "SourceId": "", "SourceName": "", "Type": "money_sent", "UserType": "Dwolla", "Status": "processed", "ClearingDate": "", "Notes": "" }, { "Amount": 1.25, "Date": "2014-01-22T13:11:10Z", "DestinationId": "", "DestinationName": "", "Id": 1, "SourceId": "812-111-1111", "SourceName": "Test User", "Type": "money_received", "UserType": "Dwolla", "Status": "processed", "ClearingDate": "", "Notes": "Thank you for lunch!" } ] }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms