Skip to main content

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

  1. Install it with pip install django-paycomet. It has a dependency over pycrypto and zeep. Follow their instructions if needed:
  1. Add your PAYCOMET codes in your settings file:
PAYCOMET_MERCHANT_CODE = '1234'
PAYCOMET_TERMINAL = 'abcd'
PAYCOMET_PASSWORD = 'password'
PAYCOMET_JET_ID = 'jet_id'
  1. Extend yor view with paycomet.views.PaymentView and override the missing methods.
  2. Add the payment form in your checkout template with {% include 'paycomet.payment_form.html' %}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-paycomet-1.0.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

django_paycomet-1.0.0-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page