Express


Click here for a complete list of operations.

PaymentAccountQuery

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /express.asmx HTTP/1.1
Host: certservices.elementexpress.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://services.elementexpress.com/PaymentAccountQuery"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <PaymentAccountQuery xmlns="https://services.elementexpress.com">
      <credentials>
        <AccountID>string</AccountID>
        <AccountToken>string</AccountToken>
        <AcceptorID>string</AcceptorID>
        <NewAccountToken>string</NewAccountToken>
      </credentials>
      <application>
        <ApplicationID>string</ApplicationID>
        <ApplicationName>string</ApplicationName>
        <ApplicationVersion>string</ApplicationVersion>
        <IntegrationType>string</IntegrationType>
      </application>
      <paymentAccountParameters>
        <PaymentAccountID>string</PaymentAccountID>
        <PaymentAccountType>CreditCard or Checking or Savings or ACH or Other or OmniToken</PaymentAccountType>
        <PaymentAccountReferenceNumber>string</PaymentAccountReferenceNumber>
        <ExpirationMonthBegin>string</ExpirationMonthBegin>
        <ExpirationMonthEnd>string</ExpirationMonthEnd>
        <ExpirationYearBegin>string</ExpirationYearBegin>
        <ExpirationYearEnd>string</ExpirationYearEnd>
        <TransactionSetupID>string</TransactionSetupID>
        <PaymentBrand>string</PaymentBrand>
        <PASSUpdaterStatus>Null or UpdateInProgress or MatchNoChanges or MatchAccountChange or MatchExpirationChange or MatchAccountClosed or MatchContactCardholder or NoMatchParticipating or NoMatchNonParticipating or InvalidInfo or NoResponse or NotAllowed or Error or PASSUpdaterDisabled or NotUpdated or IssuerCorrected or Fraud or Inactivity or MerchantBlocked or InactiveSeller</PASSUpdaterStatus>
        <PASSUpdaterBatchStatus>Null or IncludedInNextBatch or NotIncludedInNextBatch</PASSUpdaterBatchStatus>
        <PASSUpdaterDateTimeBegin>string</PASSUpdaterDateTimeBegin>
        <PASSUpdaterDateTimeEnd>string</PASSUpdaterDateTimeEnd>
      </paymentAccountParameters>
      <extendedParameters>
        <ExtendedParameters>
          <Key>string</Key>
          <Value />
        </ExtendedParameters>
        <ExtendedParameters>
          <Key>string</Key>
          <Value />
        </ExtendedParameters>
      </extendedParameters>
    </PaymentAccountQuery>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <PaymentAccountQueryResponse xmlns="https://services.elementexpress.com">
      <response>
        <PaymentAccount>
          <PaymentAccountID>string</PaymentAccountID>
          <PaymentAccountType>CreditCard or Checking or Savings or ACH or Other or OmniToken</PaymentAccountType>
          <PaymentBrand>string</PaymentBrand>
          <PaymentAccountReferenceNumber>string</PaymentAccountReferenceNumber>
          <TransactionSetupID>string</TransactionSetupID>
          <PASSUpdaterBatchStatus>Null or IncludedInNextBatch or NotIncludedInNextBatch</PASSUpdaterBatchStatus>
          <PASSUpdaterOption>Null or AutoUpdateEnabled or AutoUpdateDisabled</PASSUpdaterOption>
        </PaymentAccount>
        <ScheduledTask>
          <ScheduledTaskID>string</ScheduledTaskID>
          <ScheduledTaskRunLogID>string</ScheduledTaskRunLogID>
          <ScheduledTaskGroupID>string</ScheduledTaskGroupID>
          <ScheduledTaskName>string</ScheduledTaskName>
          <ScheduledTaskReferenceNumber>string</ScheduledTaskReferenceNumber>
          <RunFrequency>OneTimeFuture or Daily or Weekly or BiWeekly or Monthly or BiMonthly or Quarterly or SemiAnnually or Yearly or MonthlyLastDay</RunFrequency>
          <RunStartDate>string</RunStartDate>
          <RunUntilCancelFlag>False or True</RunUntilCancelFlag>
          <RunCycles>string</RunCycles>
          <ScheduledTaskStatus>Active or Disabled or Removed</ScheduledTaskStatus>
        </ScheduledTask>
        <QueryData>string</QueryData>
        <ServicesID>string</ServicesID>
      </response>
    </PaymentAccountQueryResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /express.asmx HTTP/1.1
Host: certservices.elementexpress.com
Content-Type: application/soap+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>
    <PaymentAccountQuery xmlns="https://services.elementexpress.com">
      <credentials>
        <AccountID>string</AccountID>
        <AccountToken>string</AccountToken>
        <AcceptorID>string</AcceptorID>
        <NewAccountToken>string</NewAccountToken>
      </credentials>
      <application>
        <ApplicationID>string</ApplicationID>
        <ApplicationName>string</ApplicationName>
        <ApplicationVersion>string</ApplicationVersion>
        <IntegrationType>string</IntegrationType>
      </application>
      <paymentAccountParameters>
        <PaymentAccountID>string</PaymentAccountID>
        <PaymentAccountType>CreditCard or Checking or Savings or ACH or Other or OmniToken</PaymentAccountType>
        <PaymentAccountReferenceNumber>string</PaymentAccountReferenceNumber>
        <ExpirationMonthBegin>string</ExpirationMonthBegin>
        <ExpirationMonthEnd>string</ExpirationMonthEnd>
        <ExpirationYearBegin>string</ExpirationYearBegin>
        <ExpirationYearEnd>string</ExpirationYearEnd>
        <TransactionSetupID>string</TransactionSetupID>
        <PaymentBrand>string</PaymentBrand>
        <PASSUpdaterStatus>Null or UpdateInProgress or MatchNoChanges or MatchAccountChange or MatchExpirationChange or MatchAccountClosed or MatchContactCardholder or NoMatchParticipating or NoMatchNonParticipating or InvalidInfo or NoResponse or NotAllowed or Error or PASSUpdaterDisabled or NotUpdated or IssuerCorrected or Fraud or Inactivity or MerchantBlocked or InactiveSeller</PASSUpdaterStatus>
        <PASSUpdaterBatchStatus>Null or IncludedInNextBatch or NotIncludedInNextBatch</PASSUpdaterBatchStatus>
        <PASSUpdaterDateTimeBegin>string</PASSUpdaterDateTimeBegin>
        <PASSUpdaterDateTimeEnd>string</PASSUpdaterDateTimeEnd>
      </paymentAccountParameters>
      <extendedParameters>
        <ExtendedParameters>
          <Key>string</Key>
          <Value />
        </ExtendedParameters>
        <ExtendedParameters>
          <Key>string</Key>
          <Value />
        </ExtendedParameters>
      </extendedParameters>
    </PaymentAccountQuery>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+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>
    <PaymentAccountQueryResponse xmlns="https://services.elementexpress.com">
      <response>
        <PaymentAccount>
          <PaymentAccountID>string</PaymentAccountID>
          <PaymentAccountType>CreditCard or Checking or Savings or ACH or Other or OmniToken</PaymentAccountType>
          <PaymentBrand>string</PaymentBrand>
          <PaymentAccountReferenceNumber>string</PaymentAccountReferenceNumber>
          <TransactionSetupID>string</TransactionSetupID>
          <PASSUpdaterBatchStatus>Null or IncludedInNextBatch or NotIncludedInNextBatch</PASSUpdaterBatchStatus>
          <PASSUpdaterOption>Null or AutoUpdateEnabled or AutoUpdateDisabled</PASSUpdaterOption>
        </PaymentAccount>
        <ScheduledTask>
          <ScheduledTaskID>string</ScheduledTaskID>
          <ScheduledTaskRunLogID>string</ScheduledTaskRunLogID>
          <ScheduledTaskGroupID>string</ScheduledTaskGroupID>
          <ScheduledTaskName>string</ScheduledTaskName>
          <ScheduledTaskReferenceNumber>string</ScheduledTaskReferenceNumber>
          <RunFrequency>OneTimeFuture or Daily or Weekly or BiWeekly or Monthly or BiMonthly or Quarterly or SemiAnnually or Yearly or MonthlyLastDay</RunFrequency>
          <RunStartDate>string</RunStartDate>
          <RunUntilCancelFlag>False or True</RunUntilCancelFlag>
          <RunCycles>string</RunCycles>
          <ScheduledTaskStatus>Active or Disabled or Removed</ScheduledTaskStatus>
        </ScheduledTask>
        <QueryData>string</QueryData>
        <ServicesID>string</ServicesID>
      </response>
    </PaymentAccountQueryResponse>
  </soap12:Body>
</soap12:Envelope>