A developer-friendly Paystack API wrapper.
- Create your Paystack account to get your paystack secret key that is required to use this package from your account's settings.
- Store your paystack secret key in your environment variable as
PAYSTACK_AUTHORIZATION_KEY
or pass it into the pypaystack api wrapper on instantiation. (protect your secret key at all costs, never push it to a remote version control system. it is advisable to start trying out this package with your test private key). - Install
pypaystack2
package.
pip install -U pypaystack2
See Documentation for more on this package.