web-payments-paydirekt

Paydirekt plugin for web-payments-connector


License
BSD-3-Clause
Install
pip install web-payments-paydirekt==1.0.0b6

Documentation

web-payments-paydirekt

TODO: documentation

Usage:

add to PAYMENT_VARIANTS_API or varianttuple:

PAYMENT_VARIANTS_API = {
    ...
    'paydirekt': ('web_payments_paydirekt.PaydirektProvider', {
      "api_key": "<key>",
      "secret": "<secret>",
      "endpoint": "https://api.sandbox.paydirekt.de",
      "overcapture": False, # or True if you want to use the overcapture feature
      "default_carttype": "PHYSICAL"
      }, {}
    )
  }