Responses
The response is an object in JSON format. Its fields are listed below.
The example:
{
"data": {
"data_3ds": null,
"partner_order_id": "asd123",
"percent": 100
},
"debug": null,
"error": null,
"status": "ok"
}
data
The response main data. Required field.
ℹ️
You might get a response with empty availability. It means that the request is correct but no data matches the request. The empty availability indicators:
- The
null
value. - A value of the successful
status
.
debug
Additional information about the response. Contains:
- The initial request parameters in JSON format.
- And/or the HTTP status code.
Can have the null
value if the request was made without warnings or errors.
debug
The error description.
Can have the null
value if the request was made without errors.
status
The HTTP status code description.