systempay 0.0.1
pip install systempay==0.0.1
Newer version available (0.0.12)
Released:
Systempay API Client
Navigation
Unverified details
These details have not been verified by PyPIMeta
- License: MIT License (UNKNOWN)
- Author: Jurismarchés
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Project description
Systempay (Banque Populaire) client for SOAP API.
Usage
from datetime import datetime
from systempay.client import Client, TEST
url = 'https://paiement.systempay.fr/vads-ws/ident-v2.1?wsdl'
shop_id = 'xxxxxxxxx'
certificate = 'xxxxxxxxxxxxxxxxx'
systempay = Client(url, shop_id, certificate, TEST, 'Europe/Paris')
ident = systempay.factory.create('identCreationInfo')
ident.transmissionDate = systempay.get_local_datetime_format(datetime.now())
ident.cardIdent = '3'
ident.cardNumber = '5138xxxxxxxxxxxx'
ident.cardNetwork = 'MASTERCARD'
ident.cardExpirationDate = systempay.get_utc_datetime_format(datetime(2015, 10, 1, 0, 0, 0))
ident.cvv = '999'
ident.customerMail = 'foo@bar.com'
signature = systempay.format_and_get_signature(ident)
r = systempay.service.identCreate(ident, signature)
Project details
Unverified details
These details have not been verified by PyPIMeta
- License: MIT License (UNKNOWN)
- Author: Jurismarchés
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file systempay-0.0.1.tar.gz
.
File metadata
- Download URL: systempay-0.0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3a9dccc7cd203495e07699a96a5ded8046bac35f4fe3b39b1b226174f347b4c5
|
|
MD5 |
5f314ffb9b605092d3454dbc3884ad5a
|
|
BLAKE2b-256 |
d97f06aa5684c36aba316fffc9baf4bbe7547e2d342ff425bc597c6428a6b81d
|