v1

latestSwagger 2.02026-07-141269.5 KB
3. Transfer

Transfer money between two accounts

post/transfer

Headers

Authorizationstring required

Authorization token (provided upon successful login)

Request body

fromAccountstring required
toAccountstring required
transferAmountstring required

Example request

{
  "fromAccount": "800003",
  "toAccount": "800002",
  "transferAmount": "200"
}

Response

Successful operation