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
- Host: GitHub
- URL: https://github.com/devkral/web-payments-paydirekt
- Owner: devkral
- License: other
- Created: 2018-03-19T09:07:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T12:36:36.000Z (over 7 years ago)
- Last Synced: 2025-02-08T14:21:48.261Z (9 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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"
}, {}
)
}
```