CashMachines
Manage cash machines.
Operations
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
/cassetteAdjustment200
Successful operation.
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
/remoteDispense200
Successful operation.
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
/remoteTransactionInquiry200
Successful operation.
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
/remoteTransactionCancel200
Successful operation.
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
/remoteTransactionComplete200
Successful operation.
Last updated
Was this helpful?