Skip to main content
The payment node bundles the complete payment configuration of the shop, including individual payment methods (display, rules) and payment providers such as PayPal, Stripe or Computop.

payment* - Basic structure

The basic structure of the payment node is shown below:

Parameter description


payment.computopHosted - Computop Hosted Payments

With payment.computopHosted Computop can be integrated as a hosted payment page. The node controls, for example, operating mode (live / test), encryption and language / template of the payment page.

Example configuration (payment.computopHosted.creditcard)

Parameter description


payment.payment - Define payment methods

The payment.payment node combines all payment methods of the shop. Here you can define, for example, whether a payment method is active, how it should be named and presented in the checkout, which provider serves it and which rules apply.

Example configuration (payment.payment.paypalCheckout)

Parameter description


payment.payPalCheckout - PayPal Checkout configuration

The payment.payPalCheckout node configures the PayPal Checkout in the shop. This includes, for example, activation, the operating mode (live / test mode) and the language.

Example configuration

Parameter description


payment.payPalPlus - PayPal Plus configuration

PayPal Plus was an integrated payment solution for online merchants that bundled PayPal, direct debit, credit card and invoice purchase in one module. In the meantime, PayPal Plus has been replaced by the new PayPal Checkout. The integration has therefore been removed from the current software generation.The payment.payPalPlus node used to configure PayPal Plus in the shop. This included, for example, activation, the operating mode (live / test mode) and the language.Example configuration
Parameter description

payment.stripe - Stripe configuration

The payment.stripe node configures Stripe as a payment service provider. This includes, for example, activation, the operating mode (live / test mode) and the language.

Example configuration

Parameter description


payment.transactionSettings - Transaction settings (global)

The payment.transactionSettings node defines which actions can be carried out in the store backend for payments — e.g. refunds, cancellation, updating the status or capturing the amount. For each payment provider it is configured whether the respective action is allowed and which inputs are requested for it.

Example configuration

Parameter description


payment.* - Validation and check services

The predefined validation and check services for the payment node are used in validations and services. An overview can be found here: Validation and check services