Sha256: 3c7363fa6c96280a0e16510c8bf0ee00b44f4ec641b46964513f06e81e370c51

Contents?: true

Size: 1.89 KB

Versions: 2

Compression:

Stored size: 1.89 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Body>
    <CompleteResponse xmlns="http://external.payex.com/PxOrder/">
      <CompleteResult>
        <![CDATA[
          <?xml version="1.0" encoding="utf-8" ?>
          <payex>
            <header name="Payex Header v1.0">
              <id>dd473e0a40f54596b6db441b34bf54d9</id>
              <date>2012-09-26 14:08:09</date>
            </header>
            <status>
              <code>OK</code>
              <description>OK</description>
              <errorCode>OK</errorCode>
              <paramName />
              <thirdPartyError />
            </status>
            <transactionStatus>3</transactionStatus>
            <orderStatus>0</orderStatus>
            <transactionRef>6d0b1a8e7ab2480583b32f52dba782fe</transactionRef>
            <transactionNumber>1024377</transactionNumber>
            <orderId>SAMPLEORDERID0001</orderId>
            <productId>SAMPLEPRODUCTNUMBER0001</productId>
            <paymentMethod>VISA</paymentMethod>
            <amount>12300</amount>
            <alreadyCompleted>False</alreadyCompleted>
            <Csid>00000001-4581-0903-5682-000000000000</Csid>
            <clientAccount>0</clientAccount>
            <productNumber>SAMPLEPRODUCTNUMBER0001</productNumber>
            <clientGsmNumber />
            <BankHash>00000001-4581-0903-5682-000000000000</BankHash>
            <AuthenticatedWith>Y</AuthenticatedWith>
            <AuthenticatedStatus>3DSecure</AuthenticatedStatus>
            <maskedNumber>45**********5682</maskedNumber>
            <fraudData>false</fraudData>
            <pending>false</pending>
          </payex>
        ]]>
      </CompleteResult>
    </CompleteResponse>
  </soap:Body>
</soap:Envelope>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
payex-0.4 spec/fixtures/complete/complete_ok.xml
payex-0.3 spec/fixtures/complete/complete_ok.xml