shop.payment_providers.unzer_ideal ================================== .. py:module:: shop.payment_providers.unzer_ideal Attributes ---------- .. autoapisummary:: shop.payment_providers.unzer_ideal.logger Classes ------- .. autoapisummary:: shop.payment_providers.unzer_ideal.UnzerIdeal Module Contents --------------- .. py:data:: logger .. py:class:: UnzerIdeal(*, private_key, public_key, sandbox = False, language = None, **kwargs) Bases: :py:obj:`shop.payment_providers.unzer_abstract.UnzerAbstract` Unzer iDEAL payment method integration for the ViUR Shop. Enables customers to pay using iDEAL through the Unzer payment gateway. Create a new Unzer payment provider. :param private_key: The private key to use for authentication. :param public_key: The public key to use for authentication. :param sandbox: Use sandbox mode (development mode). :param language: Enforce this language. If ``None``, the language of the current request is used. .. py:attribute:: name :type: Final[str] :value: 'unzer-ideal' Define the internal name of the payment provider .. py:method:: get_payment_type(order_skel)