Request Body

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.

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",
...
}