Use this method to retrieve a verified funding source by identifier for the user associated with the authorized access token.
URL
https://www.dwolla.com/oauth/rest/fundingsources/{funding_id}
Tools
| Parameter | Description | Value | |
|---|---|---|---|
| * | oauth_token | A valid OAuth token | Login |
| * | funding_id | Funding source identifier of the funding source being requested. |
Request
Response
(click Submit to query the API)
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