MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "SMS_request_response",
        "continue": "gapcontinue||"
    },
    "query": {
        "pages": {
            "4": {
                "pageid": 4,
                "ns": 0,
                "title": "Redirect URL",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "== Redirect URL ==\n\nOnce the '''XML_Message''' is successfully parsed the Plati Online system will return an XML with the redirect URL. Validate returned XML with schema: '''https://secure.plationline.eu/xml_validation/auth.url.response.v5.xsd'''\n\n<source lang=\"xml\">\n<po_auth_url_response>\n\t<po_error_code>\n\t\t<![CDATA[\n\t\t\t1 - an error occured parsing the '''XML_Message''' and Plati Online will not generate the '''Redirect URL'''.\n\t\t\t0 - no error => Plati Online will generate the '''Redirect URL'''\n\t\t]]>\n\t</po_error_code>\n\t<po_error_reason>\n\t\t<![CDATA[the error message]]>\n\t</po_error_reason>\n\t<po_redirect_url>\n\t\t<![CDATA[https://secure.plationline.eu/?parameter=code]]>\n\t</po_redirect_url>\n</po_auth_url_response>\n</source>\nTo continue transaction merchants have to send to the browser the '''HTTP Redirect_URL'''.\nPlati Online system will load the card page.\n\nPseudo-code:\n#Load the returned XML;\n#if '''po_error_code''' = 1 echo the error message from '''po_error_reason''' tag;\n#if '''po_error_code''' = 0 echo HTTP Redirect '''po_redirect_url''' tag;"
                    }
                ]
            },
            "13": {
                "pageid": 13,
                "ns": 0,
                "title": "Refund request response",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "== Refund Request Response ==\n\nOnce the '''Refund Request XML_Message''' is successfully parsed the Plati Online system will process it.\nValidate returned XML with schema: '''https://secure.plationline.eu/xml_validation/refund.response.v5.xsd'''\n\n<source lang=\"xml\">\n<po_refund_response>\n\t<po_error_code>\n\t\t<![CDATA[\n\t\t\t1 - an error occurred parsing the '''Refund Request XML_Message''' and PlatiOnline will not process the request;\n\t\t\t0 - no error => '''Refund Request XML_Message''' is valid and PlatiOnline will attempt to process the request.\n\t\t]]>\n\t</po_error_code>\n\t<po_error_reason>\n\t\t<![CDATA[the error message]]>\n\t</po_error_reason>\n\t<x_response_code>\n\t\t<![CDATA[\n\t\t\t1 - Transactions status in now '''Pending Refund'''\n\t\t\t10 - Error => Plati Online will print the error in '''po_error_reason''' tag\n\t\t]]>\n\t</x_response_code>\n\t<x_trans_id>\n\t\t<![CDATA[PO transaction id]]>\n\t</x_trans_id>\n</po_refund_response>\n</source>\n\nTo continue here is the Pseudo-code:\n#Load the returned XML;\n#if '''po_error_code''' = 1 echo the error message from '''po_error_reason''' tag;\n#if '''po_error_code''' = 0 echo update the order status according the '''x_response_code''' and '''x_trans_id''' tags."
                    }
                ]
            }
        }
    }
}