Skip to main content

Wave-Pay is a Python package that seamlessly allow merchants accept payments on their Python based web apps

Project description

Wave Pay

Wave-Pay is a Python package that seamlessly allow merchants accept payments on their Python based web apps.

Detailed documentation is in the "docs" directory.

Quick start

  1. Install wave-pay

    pip install wave-pay

  2. It is preferred that you store your API Keys as an environment variable then import Wave gateway instance and instantiate

    from wave_pay import WaveGateway wave = WaveGateway(secret_key="<YOUR_SECRET_KEY>", public_key="<YOUR_PUBLIC_KEY>")

  3. start using the API

    new_transaction = wave.Card.initiate("<ENCRYPTED_PAYLOAD>")

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

wave-pay-0.0.12.tar.gz (30.3 kB view hashes)

Uploaded Source

Built Distribution

wave_pay-0.0.12-py3-none-any.whl (71.6 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