shop.payment_providers.unzer_bancontact ======================================= .. py:module:: shop.payment_providers.unzer_bancontact Attributes ---------- .. autoapisummary:: shop.payment_providers.unzer_bancontact.logger Classes ------- .. autoapisummary:: shop.payment_providers.unzer_bancontact.UnzerBancontact Module Contents --------------- .. py:data:: logger .. py:class:: UnzerBancontact(*, private_key, public_key, sandbox = False, language = None, **kwargs) Bases: :py:obj:`shop.payment_providers.unzer_abstract.UnzerAbstract` Unzer Bancontact payment method integration for the ViUR Shop. Enables customers to pay using Bancontact 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-bancontact' Define the internal name of the payment provider .. py:method:: get_payment_type(order_skel)