Create Bank Draft

Generate a bank draft from an account.

Log in to see full request history
Path Params
string
required

The GET /System/Companies endpoint from the System Admin specification can be used to find an available value for this path parameter.

number
required

The GET /{Company}/Retail/Accounts endpoint from the Retail specifications can be used in order to find values that satisfy this parameter.

Body Params
string
required

Branch code of the teller performing the transfer

date
required

The date on which this transaction should be posted

string
required

Transaction code.

string
required

Bank code.

number
required

Cheque number to assign.

number
required

The amount of the bank draft.

integer

Existing Portfolio+ client number. If Payee is not populated, then ExternalPayee details must be provided.

ExternalPayee
object
string

First line of the comment.

string

Second line of the comment.

string

Third line of the comment.

string

A not to attach to the transaction.

integer

If provided, matches an existing receipt to which this transaction should be added

string

The type of the fee to apply

number

The amount of the fee for FeeType flat, or the percentage for FeeType percent

Responses

Response body
object
data
object
RetailTransactionResponse
object

Wrapper around the real output, currently required by the RUX application

401

User is not authorized for this operation

403

User does not have the authority to perform the requested action

default

An error occurred on the backend server

Language
Credentials
OAuth2
Authenticate