Metadata-Version: 2.1
Name: solidgate-card-sdk
Version: 0.0.4
Summary: Python API SDK for SolidGate payment gateway
Home-page: https://solidgate.atlassian.net/wiki/spaces/API/overview
Author: SolidGate
Author-email: info@solidgate.com
License: UNKNOWN
Description: [![PyPI version](https://badge.fury.io/py/solidgate-card-sdk.svg)](https://badge.fury.io/py/solidgate-card-sdk)
        
        # SolidGate API
        This library provides basic API options of SolidGate payment gateway.
        
        ## Requirements
        
        - Python 3.7
        - Packages: requests
        - SolidGate account. If you don’t have this you can request it by contacting sales@solidgate.com
        
        ## Installation
        
        Use pip command: ```pip3 install solidgate-card-sdk```
        
        ## Usage
        
        Create a class instance of the 'ApiClient' class.
        ```
        from solidgate import ApiClient
        
        client = ApiClient(merchant_id, private_key)
        ```
        - merchant_id - unique merchant identification;
        - private_key - secret code for request signature. It's provided at the moment of merchant registration.
        
        ## Documentation
        * https://solidgate.atlassian.net/wiki/spaces/API/overview
        
        ## Support
        If you have any problems, questions or suggestions send your inquiry to info@solidgate.com.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
