Skip to main content

No project description provided

Project description

Pystack

This Python package provides a set of classes to interact with the Paystack API for handling transactions, customers, subscriptions, and webhooks.

Installation

To use this package, you need to have Python installed. You can install the package using pip:

pip install pypstk

Usage

1. Payment

from pypstk.payment import Payment

email = "customer@email.com"
amount = "20000"
secret_key = "your secret_key from api"

new_payment = Payment(email, amount, secret_key)
transaction_data = new_payment.initialize_transaction()
print(transaction_data)

# Sample output:
# {'references': '8pr6trcjj5', 'url': 'https://checkout.paystack.com/j62hay03a7dj6iu'}

3. Subscription

from pypstk.subscription import Subscription

# Initialize subscription payment
name = "Monthly Retainer"
interval = "monthly"
amount = 500000
secret_key = "sk_test_daf386e7071c4613e54e4b71f43926409abd811e"

pay_subscription = Subscription(name, interval, amount, secret_key)
pay_subscription.initialize_payment()
pay_subscription.payment_status()

4. Payment Status

from pypstk.status import Verify

# Check webhook status
reference = "YOUR_REFERENCE"
secret_key = "YOUR_SECRET_KEY"

hook = Hook(reference, secret_key)
status = hook.status()
print(status)

Contributors

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

pypstk-0.2.0.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file pypstk-0.2.0.tar.gz.

File metadata

  • Download URL: pypstk-0.2.0.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.2

File hashes

Hashes for pypstk-0.2.0.tar.gz
Algorithm Hash digest
SHA256 6abfa384c78d0027bcf3633279149f7f3864ef4d241e5a84b6a93a7052051e3c
MD5 7a91d6f36fa979a706077a7bf1177d06
BLAKE2b-256 dc381a8bd5dd2cc84fbf433c622dbe4f668a3217de8636dbc39f50ead29c740e

See more details on using hashes here.

Supported by

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