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.

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