Credentials from TypoScript

Each activated payment method in the GiroCockpit has its own configuration. These must be adopted accordingly for the payment methods that are to be offered in the shop.

plugin.tx_cartgirosolution {
    credentials {
        creditCard {
            password =
            merchantId =
            projectId =
        }

        giropay {
            password =
            merchantId =
            projectId =
        }

        paydirekt {
            password =
            merchantId =
            projectId =
        }

        paypal {
            password =
            merchantId =
            projectId =
        }
    }
}
Copied!

|

Property
plugin.tx_cartgirosolution.credentials.<method>
Data type
array
Description

Each activated payment method in the GiroCockpit has its own configuration. These must be adopted accordingly for the payment methods that are to be offered in the shop.

  • creditCard
  • giropay
  • paydirekt
  • paypal
Property
plugin.tx_cartgirosolution.credentials.<method>.password
Data type
string
Description
The Project Passphrase for this payment method. You can find it in the credentials for shop integration section.
Property
plugin.tx_cartgirosolution.credentials.<method>.merchantId
Data type
string
Description
The Merchant ID for this payment method. You can find it in the credentials for shop integration section.
Property
plugin.tx_cartgirosolution.credentials.<method>.projectId
Data type
string
Description
The Project ID for this payment method. You can find it in the credentials for shop integration section.