Dwolla

API / Funding Sources - Deposit

Deposit Funds into Dwolla Account

Use this method to deposit funds from a bank account, and into a Dwolla account for the user with the given authorized access token.

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

URL

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

Tools

  Parameter Description Value
* oauth_token A valid OAuth token
* funding_id ID of funding source from which to deposit funds.
* pin User's PIN associated with their account
* amount Amount of funds to deposit from funding source.

Request



    

Response

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

	

Request

  Param Description
* oauth_token A valid OAuth token  
* funding_id ID of funding source from which to deposit funds.
* pin User's PIN associated with their account
* amount Amount of funds to deposit from funding source.
POST https://www.dwolla.com/oauth/rest/fundingsources/{funding_id}/deposit
Content-Type: 'application/json'

{
    
    "oauth_token": "",

    "pin": "",
    "amount": ""
}

Response

Param Description
Success Did the request succeed?
Message
Response JSON Object
   Show Response Parameters
{"Success":true,"Message":"Success","Response":{"Id":9999999,"Amount":10,"Date":"11/16/2012 8:01:55 PM","Type":"deposit","UserType":null,"DestinationId":"812-111-1111","DestinationName":"Dwolla Koala","SourceId":"XXXXX-1","SourceName":"Veridian Credit Union","ClearingDate":"11/16/2012","Status":"pending","Notes":null}}

Error Codes