Skip to main content

Python API SDK for SolidGate payment gateway

Project description

PyPI version

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(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.

Documentation

Support

If you have any problems, questions or suggestions send your inquiry to info@solidgate.com.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

solidgate-sdk-0.3.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page