.. include:: ../../../Includes.rst.txt
.. _credentials-from-typoscript:
===========================
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.
.. NOTE::
There is no setting for the test environment. This is done via the projects created in `GiroCockpit `_.
.. code-block:: typoscript
plugin.tx_cartgirosolution {
credentials {
creditCard {
password =
merchantId =
projectId =
}
giropay {
password =
merchantId =
projectId =
}
paydirekt {
password =
merchantId =
projectId =
}
paypal {
password =
merchantId =
projectId =
}
}
}
|
.. container:: table-row
Property
plugin.tx_cartgirosolution.credentials.
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
.. container:: table-row
Property
plugin.tx_cartgirosolution.credentials..password
Data type
string
Description
The `Project Passphrase` for this payment method. You can find it in the credentials for shop integration section.
.. container:: table-row
Property
plugin.tx_cartgirosolution.credentials..merchantId
Data type
string
Description
The `Merchant ID` for this payment method. You can find it in the credentials for shop integration section.
.. container:: table-row
Property
plugin.tx_cartgirosolution.credentials..projectId
Data type
string
Description
The `Project ID` for this payment method. You can find it in the credentials for shop integration section.