Skip to content

sergeevyi/resurs-bank-simplifiedflow-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python bindings for the Resurs Bank E-Commerce Platform Simplified Flow API

The Resurs Bank Python library provides convenient access to the E-Commerce Platform Simplified Flow API from applications written in the Python language.

Documentation

See the API docs.

Requirements

  • Python 3.6+

Installation

  • Install from source with:
python setup.py install

Configuring

import resurs_bank

resurs_bank.client_id = ''
resurs_bank.client_id = ''
resurs_bank.api_url = 'https://test.resurs.com/ecommerce-test/ws/V4/SimplifiedShopFlowService?wsdl'

Usage

import resurs_bank

client = resurs_bank.ApiClient()
resp = client.getPaymentMethods();

About

Python bindings for the Resurs Bank E-Commerce Platform Simplified Flow API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages