Python Admin SDK
To install the Python Admin SDK you must follow the code below :
#Initialize a virtual environment with python3
python3 -m venv venv
#Install the SDK Admin
pip install kkiapayStatus of a transaction
KKiaPay allow you to retrieve all the information related to a transaction. To do this, you will need to fill in the following fields:
Your public, private and secret API keys
The reference of the operation (see the image below)

Example
You can use the following code to test this feature :
Last updated
Was this helpful?