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.cgiSOAP service URL
https://partner.your-site.com/iqx_uplink_soap.cgiAuthentication
Credentials are passed in the XML content of the SOAP request.
Available Methods
| Method | Description |
|---|---|
new | Create a new transaction (incl. basket tracking) |
clear | Confirm a transaction |
storno | Cancel a transaction |
change | Edit a transaction (revenue, product etc.) |
change_or_new | Edit or create in a single call |
search | Search 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.