Skip to main content

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)

Download files

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

Source Distribution

systempay-0.0.12.tar.gz (6.1 kB view details)

Uploaded Source

File details

Details for the file systempay-0.0.12.tar.gz.

File metadata

  • Download URL: systempay-0.0.12.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for systempay-0.0.12.tar.gz
Algorithm Hash digest
SHA256 999572a68ac958be9bdd6e53a499003226af01f1e989876992eff639da3fd8f8
MD5 b4adb37548a1a7928d923e8e6b1efd5b
BLAKE2b-256 a6d7f62ee7e4496a9810fcc54096e008813665b1ef25cf660481f72f81cb3efe

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.12 This release

1 file

0.0.11

1 file

0.0.10

1 file

0.0.9

1 file

0.0.8

1 file

0.0.7

1 file

0.0.6

1 file

0.0.5

1 file

0.0.4

1 file

0.0.3

1 file

0.0.2

1 file

0.0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page