An open API service indexing awesome lists of open source software.

https://github.com/devkral/web-payments-paydirekt

paydirekt integration
https://github.com/devkral/web-payments-paydirekt

Last synced: 7 months ago
JSON representation

paydirekt integration

Awesome Lists containing this project

README

          

web-payments-paydirekt
======================

TODO: documentation

Usage:

add to PAYMENT_VARIANTS_API or varianttuple:

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