SOAP Admin API

    The Admin SOAP interface (Uplink) automates transaction processing — from creation to cancellation.

    Overview

    The interface uses the SOAP protocol (XML via HTTP). The interface definition (WSDL) describes all available methods. Most programming languages have ready-made SOAP modules that automatically generate the necessary code from the WSDL.

    Interface URL

    WSDL URL
    https://partner.your-site.com/scripts/soap_doc/iqx_uplink_soap.wsdl.cgi
    SOAP service URL
    https://partner.your-site.com/iqx_uplink_soap.cgi

    Authentication

    Credentials are passed in the XML content of the SOAP request.

    Available Methods

    MethodDescription
    newCreate a new transaction (incl. basket tracking)
    clearConfirm a transaction
    stornoCancel a transaction
    changeEdit a transaction (revenue, product etc.)
    change_or_newEdit or create in a single call
    searchSearch transactions

    Basket Tracking via SOAP

    The methods new, change and change_or_new support the "basket" property for shopping cart data. Details on the data structure can be found under Basket Tracking.

    Responses

    Each method returns a standard response with status code and description. On errors, the response contains an error code and error description.

    💡Tip
    Load the WSDL file into your development environment to see all methods with their parameters and return values. For integration questions, contact info@qualityclick.com.
    Still have questions?
    Our team is here to help with your integration — personally and competently.