The Resurs Bank Python library provides convenient access to the E-Commerce Platform Simplified Flow API from applications written in the Python language.
See the API docs.
- Python 3.6+
- Install from source with:
python setup.py install
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'
import resurs_bank
client = resurs_bank.ApiClient()
resp = client.getPaymentMethods();