deprecated
This guide is for the deprecated Flex.API. Please don't use it 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.1
Host: api-testing.secuconnect.com
Content-Type: application/json; charset=utf-8;
Accept: application/json
Accept-Charset: utf-8
{
"data"
: {
"apikey"
:
"6801fxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx7ace"
,
"payment_type"
:
"debit"
,
"demo"
: 1,
...
"shop"
:
"APITest Shop"
,
"shopversion"
:
"1.0"
,
"moduleversion"
:
"1.0"
,
...
}