Responses

Responses

The response is an object in the 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.

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.