Skip to main content

DemirBank library for making payment using store type = 3d_Pay_Hosting and transaction type = Auth

Project description

Library django-demirbank
=======================

Supports only one operation "Selling" (type `Auth`) which includes `Pre-Auth` and `Post-Auth`
Supported only following settings
``STORE_TYPE = '3d_Pay_Hosting'``
``TRANSACTION_TYPE = 'Auth'``

Library settings
================

The following settings needs to add inside ``settings/dev.py`` or ``settings/prod.py``

======================================================= =============================================
Name Value
======================================================= =============================================
PAY_ACTION_URL 'url/to/demirbank/proces'
CLIENT_ID 12345678 # client id
TRANSACTION_TYPE 'Auth' # type for Selling operation
INSTALMENT '' # empty string for this parameter
OK_URL 'url/to/merchant/success/page'
FAIL_URL 'url/to/merchant/error/page'
STORE_TYPE '3d_Pay_Hosting'
LANG 'ru' # language of demirbank interface
CURRENCY_CODE 417 # currency code for SOM
STORE_KEY 'KEY VALUE RECEIVED FROM BANK'
``DEMIR_BANK_CLIENT_MODEL_PATH`` 'some_app.models' #for example
``DEMIR_BANK_CLIENT_MODEL_NAME`` 'Client' #for example
``DEMIR_BANK_CLIENT_MODEL_SEARCH_FIELD`` 'phone_number' #for example
``DEMIR_BANK_CLIENT_MODEL_UPDATE_BALANCE_METHOD_NAME`` 'update_balance' #for example
======================================================= =============================================

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-demirbank-1.0.15a1.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

django_demirbank-1.0.15a1-py2.py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 2 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