Dwolla

API / Funding Sources - By ID

Get a Funding Source's Details by ID

Use this method to retrieve a verified funding source by identifier for the user associated with the authorized access token.

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

URL

https://www.dwolla.com/oauth/rest/fundingsources/{funding_id}

Tools

  Parameter Description Value
* oauth_token A valid OAuth token
* funding_id Funding source identifier of the funding source being requested.

Request



    

Response

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

	

Request

  Param Description
* oauth_token A valid OAuth token  
* funding_id Funding source identifier of the funding source being requested.
GET https://www.dwolla.com/oauth/rest/fundingsources/{funding_id}?oauth_token={token}

Response

Param Description
Success Did the request succeed?
Message
Response JSON Object
   Show Response Parameters
{"Success":true,"Message":"Success","Response":{"Id":"c58bb9f7f1d51d5547e1987a2833f4fa","Name":"Donations Collection Fund - Savings","Type":"Savings","Verified":"true","ProcessingType":"FiSync","Balance":99.95}}

Error Codes