Opay is a technology company solving payments problems for ambitious businesses.
This opaylite API Library consists of Opay API asynchronous and synchronous wrappers, which can be integrated into python projects to interact with Opay.
📝: Read more on Opay api: https://documentation.opaycheckout.com/
You should create a Opay account to generate a Opay Secret Key, public key and Merchant ID. You can see this in the Account Details page >> API keys and Webhook section.
⚠️ : Warning: Do not expose your secret key or commit your secret key to git, or use them in client-side code.
💡: Take Note: Public key is to be used from your front-end when integrating using Opay Inline. In this case you have to use you secret key
✅: Good: Set your secret key in environment variables as seen: Opay_SECRET_KEY=your-secret-key
pip install opaylite
or Download the wheel distribution file and install using pip
pip install opaylite-0.1.2-py3-none-any.whl
or Download the source distribution file, change directory and install using pip
cd
pip install opaylite-0.1.2.tar.gz
or clone from the github repository:
git clone https://github.com/cla-bit/opaylite.git
