CashMachines

Manage cash machines.

Symitar eDocs References: Coming soon.

Operations

contentsReport

post

Generates a report on the contents of the cash machine.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
timeoutintegerOptional
Responses
200

Successful operation.

application/json
post
/contentsReport
200

Successful operation.

dispense

post

Dispenses cash from the cash machine.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
timeoutintegerOptional
duressFlagbooleanOptional
Responses
200

Successful operation.

application/json
post
/dispense
200

Successful operation.

startDeposit

post

Initiates the deposit process at the cash machine.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
timeoutintegerOptional
Responses
200

Successful operation.

application/json
post
/startDeposit
200

Successful operation.

continueDeposit

post

Allows the cash machine to continue a deposit process.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
timeoutintegerRequired
Responses
200

Successful operation.

application/json
post
/continueDeposit
200

Successful operation.

acceptDeposit

post

Allows the cash machine to accept a deposit.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
timeoutintegerRequired
Responses
200

Successful operation.

application/json
post
/acceptDeposit
200

Successful operation.

rejectDeposit

post

Rejects a deposit at the cash machine.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
timeoutintegerOptional
Responses
200

Successful operation.

application/json
post
/rejectDeposit
200

Successful operation.

cassetteReport

post

Generates a report on the status of cassettes in the cash machine.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
timeoutintegerOptional
Responses
200

Successful operation.

application/json
post
/cassetteReport
200

Successful operation.

cassetteAdjustment

post

Adjusts the cassettes in the cash machine.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
timeoutintegerOptional
cassetteCountintegerOptional
coinAmountintegerOptional
Responses
200

Successful operation.

application/json
post
/cassetteAdjustment
200

Successful operation.

remoteDispense

post

Dispenses cash remotely, often initiated through an app or online banking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
timeoutintegerOptional
duressFlagbooleanOptional
Responses
200

Successful operation.

application/json
post
/remoteDispense
200

Successful operation.

remoteTransactionInquiry

post

Inquires about the status of a remote transaction initiated via an app or online banking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
tranTypestringOptional
timeoutintegerOptional
remoteTransactionIdintegerOptional
pinstringOptional
Responses
200

Successful operation.

application/json
post
/remoteTransactionInquiry
200

Successful operation.

remoteTransactionCancel

post

Cancels a remote transaction initiated via an app or online banking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
tranTypestringOptional
timeoutintegerOptional
remoteTransactionIdintegerOptional
pinstringOptional
Responses
200

Successful operation.

application/json
post
/remoteTransactionCancel
200

Successful operation.

remoteTransactionComplete

post

Completes a remote transaction initiated via an app or online banking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
tranTypestringOptional
timeoutintegerOptional
remoteTransactionIdintegerOptional
pinstringOptional
Responses
200

Successful operation.

application/json
post
/remoteTransactionComplete
200

Successful operation.

remoteDeposit

post

Facilitates deposit remotely, usually via an app or online banking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
timeoutintegerOptional
Responses
200

Successful operation.

application/json
post
/remoteDeposit
200

Successful operation.

Last updated

Was this helpful?