This library provides basic API options of SolidGate payment gateway.
- Python 3.7
- Packages: requests
- SolidGate account. If you don’t have this you can request it by contacting [email protected]
Use pip command: pip3 install solidgate-card-sdk
Create a class instance of the 'ApiClient' class.
from solidgate import ApiClient
client = ApiClient(public_key, secret_key)
- public_key - unique merchant identification;
- secret_key - secret code for request signature. It's provided at the moment of merchant registration.
If you have any problems, questions or suggestions send your inquiry to [email protected].