WebAPI

<back to all web services

UPGTransactACS

To override the Content-type in your clients HTTP Accept Header, append the .soap12 suffix or ?format=soap12

HTTP + SOAP12

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap12 HTTP/1.1 
Host: api-preprod.merseyflow.co.uk 
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<UPGTransactACS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.ServiceModel">
  <MD>String</MD>
  <PaRes>String</PaRes>
</UPGTransactACS>

    </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<UPGTransactACSResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.ServiceModel">
  <PayRequstId>0</PayRequstId>
  <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
    <d2p1:ErrorCode>String</d2p1:ErrorCode>
    <d2p1:Message>String</d2p1:Message>
    <d2p1:StackTrace>String</d2p1:StackTrace>
    <d2p1:Errors>
      <d2p1:ResponseError>
        <d2p1:ErrorCode>String</d2p1:ErrorCode>
        <d2p1:FieldName>String</d2p1:FieldName>
        <d2p1:Message>String</d2p1:Message>
      </d2p1:ResponseError>
    </d2p1:Errors>
  </ResponseStatus>
  <UPGResp xmlns:d2p1="http://schemas.datacontract.org/2004/07/WebCRMV2.Data.Web.UtilityService">
    <d2p1:Amount>String</d2p1:Amount>
    <d2p1:Avscv2Check>String</d2p1:Avscv2Check>
    <d2p1:Avscv2ResponseCode>String</d2p1:Avscv2ResponseCode>
    <d2p1:Cardype>String</d2p1:Cardype>
    <d2p1:CrossReference>String</d2p1:CrossReference>
    <d2p1:Message>String</d2p1:Message>
    <d2p1:Name>String</d2p1:Name>
    <d2p1:PostCode>String</d2p1:PostCode>
    <d2p1:ReceiptInformation>String</d2p1:ReceiptInformation>
    <d2p1:ReceiptInformationResponse>
      <d2p1:Amount>String</d2p1:Amount>
      <d2p1:AuthCode>String</d2p1:AuthCode>
      <d2p1:CardDisplayNumber>String</d2p1:CardDisplayNumber>
      <d2p1:CardType>String</d2p1:CardType>
      <d2p1:ExpMMYY>String</d2p1:ExpMMYY>
      <d2p1:Field1>String</d2p1:Field1>
      <d2p1:Field10>String</d2p1:Field10>
      <d2p1:Field13>String</d2p1:Field13>
      <d2p1:Field14>String</d2p1:Field14>
      <d2p1:Field3>String</d2p1:Field3>
      <d2p1:Field4>String</d2p1:Field4>
      <d2p1:Field5>String</d2p1:Field5>
      <d2p1:Field6>String</d2p1:Field6>
      <d2p1:Field9>String</d2p1:Field9>
      <d2p1:FjNo>String</d2p1:FjNo>
      <d2p1:KeyedType>String</d2p1:KeyedType>
      <d2p1:RequestType>String</d2p1:RequestType>
    </d2p1:ReceiptInformationResponse>
    <d2p1:ResponseCode>String</d2p1:ResponseCode>
  </UPGResp>
</UPGTransactACSResponse>

    </soap12:Body>
</soap12:Envelope>