Pos Payment Sdk Action Executor
Interface for executing various actions is related to POS External payment SDK.
Each method returns a Result which can either be a Result.Success containing an SdkSuccessAnswer subtype on success, or a Result.Error indicating failure.
Functions
Cancels a transaction with the specified amount and RRN.
Cancels a transaction without card with the specified amount and RRN.
Deletes an item from the black list by PAN and source.
Deletes an item from the offline queue by invoice.
Initiates an auto batch operation. A reconciliation report will always be printed, whether or not purchases were made.
Fetches review information.
Retrieves the authentication status.
Retrieves the credentials.
Gets the current offline black list.
Retrieves the current offline mode status.
Gets the current offline queue.
Retrieve receipt data for the specified reference.
Gets the current status of automatic offline operations posting.
Gets the current status of black list checking offline operations.
Logs out the current user.
Posts an offline operation to the server.
Initiates a purchase transaction with the specified amount.
Sets automatic posting of offline operations.
Sets black list checking of offline operations.
Sets the offline mode status.
Initiates a stop current transaction.
Attempts to auto batch the previous session. Reconciliation report will be printed only if purchases were made.