Intro
Introduction⚓
Welcome to the Stancer payment RESTful API !
We have language bindings in Shell, Python, Perl and PHP ! To offer an easy-to-use experience, we offer libraries in Shell, Python, Perl or PHP and the list keeps getting longer !
Code examples are displayed in each section; tabs available in the menu allow you to switch them to various programming languages.
The API is available at https://api.stancer.com/
and supports TLS 1.2, HTTP/1.1 and HTTP/2 requests.
Info
For simplicity, PHP code will be written using typed properties implemented in 7.4.
PHP library currently supports PHP versions: 7.4, 8.0, 8.1.
You can find our library on Packagist or the source code on GitLab or GitHub.
Info
For simplicity, Python code will be written using type hinting (PEP484) implemented in 3.5.
Python library currently supports Python versions: 3.7, 3.8, 3.9, 3.10.
You can find our library on PyPI or see the source code on GitLab or GitHub.