Skip to content

Extensions concept

Ondřej Zaoral edited this page Jun 17, 2022 · 1 revision

The payment gateway supports "extensions" in versions 1.6 and higher. Extensions will help you retrieve additional parameters that might be interesting for your use-cases, but would rather bother other merchants. Extensions are independent and you can use multiple extensions at the same moment in time. Please contact [email protected] for activation of particular extensions.

Technically speaking, extensions are more flexible than changes to the core API structure because extensions do not impact the cryptographic signing of core API operations. Each extension has its own signature, i.e. the gateway validates merchants' requests and so should the merchant validate the responses.

Extensions are not specific API operations. Extensions are integrated into the existing API operation in a transparent way, with their own signatures (as briefly characterised above). Please refer to the specs of individual extensions for more technical information, as well as actual examples.

Currently available extensions

Exact date and time of transaction authorization

Card data for OneClick Payment

Card data for Basic Payment

Tokenization

Customer validation code

Clone this wiki locally