deprecated
This part of the guide is for the deprecated Flex.API. Please do not use this guide for new implementations!
See Integration Options, and feel welcome to ask our friendly help desk.
For debugging one can pass:
- the shop name and version
- the shop module version
Example request:
Request
POST /payment/init HTTP/1.1Host: api-testing.secuconnect.comContent-Type: application/json; charset=utf-8;Accept: application/jsonAccept-Charset: utf-8{ "data": { "apikey": "6801fxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx7ace", "payment_type": "debit", "demo": 1, ... "shop": "APITest Shop", "shopversion": "1.0", "moduleversion": "1.0", ...}