Skip to main content
POST
Create Intra Transfer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
comment
string
Example:

"A description of the transfer"

fromAccountId
number
Example:

2

fromAccountType
string
Example:

"savings"

fromClientId
number
Example:

1

fromOfficeId
number
Example:

1

toAccountId
number
Example:

2

toAccountType
string
Example:

"savings"

toClientId
number
Example:

1

toOfficeId
number
Example:

1

transactionDate
string
Example:

"17 March 2022"

transferAmount
string
Example:

"112.45"

Response

200 - application/json

{}

The response is of type object.