Create a transfer
POST {{url}}/api/1.0/transfer
Process the funds transfer between accounts of the business in the same currency.
Request Body
{"request_id"=>"129999", "source_account_id"=>"2e6de1bf-97ad-478d-aad1-9d7a3cdf1234", "target_account_id"=>"ae2e1241-81dd-498d-868e-075484785678", "amount"=>10, "currency"=>"GBP", "reference"=>"John's transfer"}
RESPONSES
status: OK
{"id":"630f95f7-a3f9-abf2-b4e4-3f65281234dc","state":"completed","created_at":"2020-11-23T08:39:35.811005Z","completed_at":"2020-11-23T08:39:35.811005Z"}