PAYCOMET payment tools for Django
Project description
Django PAYCOMET
PAYCOMET payment tools for Django.
This package provides a full functional view to integrate BankStore JET-IFRAME into your Django project following the examples found here.
Test cards can be found here.
SOAP API Error codes can be found [here])(https://www.bsdev.es/en/documentacion/codigos-de-error).
Installation
- Install it with pip install
django-paycomet. It has a dependency overpycryptoandzeep. Follow their instructions if needed:
- Add your PAYCOMET codes in your settings file:
PAYCOMET_MERCHANT_CODE = '1234'
PAYCOMET_TERMINAL = 'abcd'
PAYCOMET_PASSWORD = 'password'
PAYCOMET_JET_ID = 'jet_id'
- Extend yor view with
paycomet.views.PaymentViewand override the missing methods. - Add the payment form in your checkout template with
{% include 'paycomet.payment_form.html' %}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-paycomet-1.0.0.tar.gz.
File metadata
- Download URL: django-paycomet-1.0.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c04b1cd4d6c37955f79f52d306be46254b432004ace7ee64dc99f98ec7a06c4
|
|
| MD5 |
b8428b04e200f2fac00cc27695d11b13
|
|
| BLAKE2b-256 |
36924f94ae15975f131d55de03d6eb59a3e5980e1b0c94b7a5bacf3933dbea5a
|
File details
Details for the file django_paycomet-1.0.0-py3-none-any.whl.
File metadata
- Download URL: django_paycomet-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5af7f1733f02ff9a7ccf95d2701bdc4bc63be20b610a3fc0a0950f67c37ef633
|
|
| MD5 |
406b4e90f1114f0e7244ce0908fa9c06
|
|
| BLAKE2b-256 |
cece551d75e8074e52e27777b3e1f0fde0bda907436161eb1b5924fa00471096
|