Request Body

This guide is for the deprecated Flex.API. If you are starting with a new integration, please refer to the Guide for the secuconnect API: Link

All incoming and outgoing data are structured uniformly, regardless of the API endpoint. All requests with HTTP body encapsulate the transmitted user data in a field data.

Request Body
{
"data":{
"apikey": "6801fxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx7ace",
"demo": 1,
"payment_type": "debit",
...
}