python-inema/README.rst

20 lines
914 B
ReStructuredText
Raw Normal View History

2016-07-24 10:56:03 +00:00
This is a python module for interfacing the "Internetmarke" API provided
by the German postal company "Deutsche Post". It implements V3 of this
API. It also implements the new (2020) "Warenpost International API".
2016-07-24 10:56:03 +00:00
2021-03-07 09:37:52 +00:00
The Internetmarke API allows you to buy online franking for national and
international postal products like post cards and letters of all weight
2016-07-24 10:56:03 +00:00
classes and service classes (normal, registered, ...).
In order to use this module, you will need to be registered with
Deutsche Post for accessing the "1C4A Webservice". You can request
related details from pcf-1click@deutschepost.de. Upon registration,
2021-03-07 09:37:52 +00:00
you will receive your individual parameters PARTNER_ID, KEY and
2016-07-24 10:56:03 +00:00
KEY_PHASE.
Furthermore, for actual payment of purchases made via this API, you will
need the user name (email address) and password to a "Portokasse"
2021-03-07 09:37:52 +00:00
account.
2016-07-24 10:56:03 +00:00
2021-03-07 09:37:52 +00:00
This module makes use of the fairly new "zeep" module for SOAP/WSDL.