Skip to main content

OBytes Django application for managing payment processing with TAP.

Project description

OBytes Django Payment Tap App

Payment TAP is a Django app for managing payment transactions with TAP. The project consist of wrapper and models to track transactions, settlement and configuration of tap accounts.

Quick start

  1. Install ob_dj_payment_tap latest version pip install ob_dj_payment_tap

  2. Add "ob_dj_payment_tap" to your INSTALLED_APPS setting like this:

   # settings.py
   INSTALLED_APPS = [
        ...
        "ob_dj_payment_tap",
   ]
  1. Run python manage.py migrate to create the TAP models.

Developer Guide

  1. Clone github repo git clone [url]

  2. pipenv install --dev

  3. pre-commit install

  4. Run unit tests pytest

Hint You can install the changes directly in your env using pip install .; this should allow you to pipenv shell to any env and navigate to the source code and install the package pip install .

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

ob-dj-payment-tap-0.0.1.tar.gz (10.1 kB view details)

Uploaded Source

File details

Details for the file ob-dj-payment-tap-0.0.1.tar.gz.

File metadata

  • Download URL: ob-dj-payment-tap-0.0.1.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for ob-dj-payment-tap-0.0.1.tar.gz
Algorithm Hash digest
SHA256 c5071426c39fe55031e70aa6dc4cc9a9c7ab67574e6233e55d71d06baa3c11f2
MD5 b22b8ff0bdf528dd14e6215a7f8dd371
BLAKE2b-256 ed51eb0f4b51c5c1cd3ea4228ea73001a18cfca327809a76249984f0d4b142bb

See more details on using hashes here.

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