Skip to main content

SePay SDK for python.

Project description

Unofficial SePay SDK for Python

pypi python Build Status

SDK for SePay API read more in official docs

Features

  • Transaction APIs.
  • Bank Account APIs.

Example

  • Create your API Key here
  • Get data:
from sepay import SePay


se_pay = SePay(api_key=<YOUR_API_KEY>)
bank_account = se_pay.bank_account
transaction = se_pay.transaction

# Get transactions list with filters
transaction.get_transactions(filters={ "reference_number": 'FT24314R7N9P'})

# Get transactions count
transaction.get_count(filters={ "reference_number": 'FT24314R7'})

# Get transaction detail
transaction.get_transaction("4508999")

# Get bank accounts list
bank_account.get_bank_accounts(filters={ "reference_number": 'FT24314R7N9P'})

# Get bank accounts count
bank_account.get_count(filters={ "reference_number": 'FT24314R7'})

# Get bank account detail
bank_account.get_bank_account("3992")

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

sepay-0.1.0.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

sepay-0.1.0-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file sepay-0.1.0.tar.gz.

File metadata

  • Download URL: sepay-0.1.0.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for sepay-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c3338638ab2df72e7cb1c1091ba47b5eaffa20d94747b1ddc15dba45465b147f
MD5 037e8bda139b6bd6d616b71126d094dc
BLAKE2b-256 fac3e2b909158cebc3226a9d334fa9940b7002c54a5a3d3a75333e1f6bf3e5ff

See more details on using hashes here.

File details

Details for the file sepay-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: sepay-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for sepay-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1d42f8d2cc1d109ecedbaae33bf2f8ce6b8b10531edfa4e095cdcbfe1958cb64
MD5 fdee3655baa7148e9c174db48c256038
BLAKE2b-256 68b7953a9d1c16ce4496255ef510472974504d9b3156ddd8c039204f7dd7d52c

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