.. _everest_modules_RsPaymentTerminal: ################# RsPaymentTerminal ################# | Payment terminal module for Feig devices. ******************** Module Configuration ******************** | **ip**:*string* | IP Address of Feig terminal, like "192.168.0.1" | **feig_serial**:*string* | Serial of Feig terminal. Typically a seven characters long string like "ABCD123". | **terminal_id**:*string* | Payment terminal ID. | **currency**:*integer* | *default: 978* | Currency in ISO 4217 format. | **pre_authorization_amount**:*integer* | *default: 2500* | Pre authentication amount in Cents. | **read_card_timeout**:*integer* | *default: 2* | The time (is seconds) to wait for a card to be read. | **read_card_debounce**:*integer* | *default: 2* | The debounce time (in seconds) after a successful card reading. The parameter prevents re-reading the same card. | **transactions_max_num**:*integer* | *default: 1* | The maximum number of concurrent transactions. The Feig terminal will reject a transaction if it would exceed the maximum number of concurrent transactions - in this case you need to finish a transaction to allow a new one. | **password**:*integer* | Password for the Feig terminal. | **accept_credit_cards**:*boolean* | *default: True* | Indicates whether credit cards should be accepted for the connectors given with `credit_card_connectors` | **credit_card_connectors**:*string* | *default: ""* | If the `accept_credit_cards` is set to true credit cards will only provide authentication to the given connectors. If list is empty, authentication will happen to all the connectors. ******** Provides ******** | **token_provider**::ref:`auth_token_provider ` | Provides an authentication token from the Feig terminal. | **bank_transaction_summary**::ref:`bank_transaction_summary_provider ` | Provides details of an already processed payment ************ Requirements ************ | **session**::ref:`session_cost ` 0..1 | **bank_session_token**::ref:`bank_session_token_provider ` 0..1 ******** Metadata ******** Authors ======= | embedded-team@qwello.eu License ======= | https://opensource.org/licenses/Apache-2.0