.. include:: ../../../Includes.txt Payment Method Configuration ============================ The payment method for Nexi is configured like any other payment method. There are all configuration options from Cart available. :: plugin.tx_cart { payments { options { 2 { provider = NEXI_EASY_PAYMENT title = Nexi Easy Payment extra = 0.00 taxClassId = 1 status = open } } } } | .. container:: table-row Property plugin.tx_cart.payments.options.n.provider Data type string Description Defines that the payment provider for Nexi should be used. This information is mandatory and ensures that the extension Cart Nexi takes control and for the authorization of payment the user forwards to the Nexi site.