transfers
Initiate a transfer
Initiate a transfer
post/transfers
Headers
Accept'application/vnd.dwolla.v1.hal+json' required
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
Request body
Example request
{
"amount": {
"value": "5.00",
"currency": "USD"
},
"processingChannel": {
"destination": "real-time-payments"
}
}Response
created