Create a transfer

POST {{baseUrl}}/transfers

Request Body

{"_links"=>{"source"=>{"href"=>"{{baseUrl}}/funding-sources/{{sourceFundingSourceId}}"}, "destination"=>{"href"=>"{{baseUrl}}/funding-sources/{{destinationFundingSourceId}}"}}, "amount"=>{"value"=>"5.12", "currency"=>"USD"}}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: Created

""