PSEHostingInvoicesWS


Click here for a complete list of operations.

ConfirmTransactionPaymentInvoice

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 /PSEHostingInvoicesWS.asmx HTTP/1.1
Host: ach.conconcreto.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.achcolombia.com.co/PSEHostingInvoicesWS/ConfirmTransactionPaymentInvoice"

<?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>
    <ConfirmTransactionPaymentInvoice xmlns="http://www.achcolombia.com.co/PSEHostingInvoicesWS">
      <TicketOfficeID>int</TicketOfficeID>
      <TKOPassword>string</TKOPassword>
      <rowID>int</rowID>
      <Invoices>
        <InvoiceConfirmField>
          <InvoiceID>string</InvoiceID>
          <PaymentDescription>string</PaymentDescription>
          <Amount>decimal</Amount>
          <VatAmount>decimal</VatAmount>
          <ExpirationDate>dateTime</ExpirationDate>
          <ServiceCode>string</ServiceCode>
          <BankProcessDate>dateTime</BankProcessDate>
          <TransactionState>PENDING or FAILED or NOT_AUTHORIZED or OK</TransactionState>
          <TicketID>string</TicketID>
          <PaymentID>string</PaymentID>
          <FinancialInstitutionCode>string</FinancialInstitutionCode>
          <FinancialInstitutionName>string</FinancialInstitutionName>
          <TrazabilityCode>string</TrazabilityCode>
          <CycleID>int</CycleID>
          <ReferenceNumber1>string</ReferenceNumber1>
          <ReferenceNumber2>string</ReferenceNumber2>
          <ReferenceNumber3>string</ReferenceNumber3>
          <PaymentAmount>decimal</PaymentAmount>
          <ChargeAmount>decimal</ChargeAmount>
          <Fields>
            <CommerceFields xsi:nil="true" />
            <CommerceFields xsi:nil="true" />
          </Fields>
        </InvoiceConfirmField>
        <InvoiceConfirmField>
          <InvoiceID>string</InvoiceID>
          <PaymentDescription>string</PaymentDescription>
          <Amount>decimal</Amount>
          <VatAmount>decimal</VatAmount>
          <ExpirationDate>dateTime</ExpirationDate>
          <ServiceCode>string</ServiceCode>
          <BankProcessDate>dateTime</BankProcessDate>
          <TransactionState>PENDING or FAILED or NOT_AUTHORIZED or OK</TransactionState>
          <TicketID>string</TicketID>
          <PaymentID>string</PaymentID>
          <FinancialInstitutionCode>string</FinancialInstitutionCode>
          <FinancialInstitutionName>string</FinancialInstitutionName>
          <TrazabilityCode>string</TrazabilityCode>
          <CycleID>int</CycleID>
          <ReferenceNumber1>string</ReferenceNumber1>
          <ReferenceNumber2>string</ReferenceNumber2>
          <ReferenceNumber3>string</ReferenceNumber3>
          <PaymentAmount>decimal</PaymentAmount>
          <ChargeAmount>decimal</ChargeAmount>
          <Fields>
            <CommerceFields xsi:nil="true" />
            <CommerceFields xsi:nil="true" />
          </Fields>
        </InvoiceConfirmField>
      </Invoices>
    </ConfirmTransactionPaymentInvoice>
  </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>
    <ConfirmTransactionPaymentInvoiceResponse xmlns="http://www.achcolombia.com.co/PSEHostingInvoicesWS">
      <ConfirmTransactionPaymentInvoiceResult>
        <ReturnCode>string</ReturnCode>
        <Optional>string</Optional>
      </ConfirmTransactionPaymentInvoiceResult>
    </ConfirmTransactionPaymentInvoiceResponse>
  </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 /PSEHostingInvoicesWS.asmx HTTP/1.1
Host: ach.conconcreto.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>
    <ConfirmTransactionPaymentInvoice xmlns="http://www.achcolombia.com.co/PSEHostingInvoicesWS">
      <TicketOfficeID>int</TicketOfficeID>
      <TKOPassword>string</TKOPassword>
      <rowID>int</rowID>
      <Invoices>
        <InvoiceConfirmField>
          <InvoiceID>string</InvoiceID>
          <PaymentDescription>string</PaymentDescription>
          <Amount>decimal</Amount>
          <VatAmount>decimal</VatAmount>
          <ExpirationDate>dateTime</ExpirationDate>
          <ServiceCode>string</ServiceCode>
          <BankProcessDate>dateTime</BankProcessDate>
          <TransactionState>PENDING or FAILED or NOT_AUTHORIZED or OK</TransactionState>
          <TicketID>string</TicketID>
          <PaymentID>string</PaymentID>
          <FinancialInstitutionCode>string</FinancialInstitutionCode>
          <FinancialInstitutionName>string</FinancialInstitutionName>
          <TrazabilityCode>string</TrazabilityCode>
          <CycleID>int</CycleID>
          <ReferenceNumber1>string</ReferenceNumber1>
          <ReferenceNumber2>string</ReferenceNumber2>
          <ReferenceNumber3>string</ReferenceNumber3>
          <PaymentAmount>decimal</PaymentAmount>
          <ChargeAmount>decimal</ChargeAmount>
          <Fields>
            <CommerceFields xsi:nil="true" />
            <CommerceFields xsi:nil="true" />
          </Fields>
        </InvoiceConfirmField>
        <InvoiceConfirmField>
          <InvoiceID>string</InvoiceID>
          <PaymentDescription>string</PaymentDescription>
          <Amount>decimal</Amount>
          <VatAmount>decimal</VatAmount>
          <ExpirationDate>dateTime</ExpirationDate>
          <ServiceCode>string</ServiceCode>
          <BankProcessDate>dateTime</BankProcessDate>
          <TransactionState>PENDING or FAILED or NOT_AUTHORIZED or OK</TransactionState>
          <TicketID>string</TicketID>
          <PaymentID>string</PaymentID>
          <FinancialInstitutionCode>string</FinancialInstitutionCode>
          <FinancialInstitutionName>string</FinancialInstitutionName>
          <TrazabilityCode>string</TrazabilityCode>
          <CycleID>int</CycleID>
          <ReferenceNumber1>string</ReferenceNumber1>
          <ReferenceNumber2>string</ReferenceNumber2>
          <ReferenceNumber3>string</ReferenceNumber3>
          <PaymentAmount>decimal</PaymentAmount>
          <ChargeAmount>decimal</ChargeAmount>
          <Fields>
            <CommerceFields xsi:nil="true" />
            <CommerceFields xsi:nil="true" />
          </Fields>
        </InvoiceConfirmField>
      </Invoices>
    </ConfirmTransactionPaymentInvoice>
  </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>
    <ConfirmTransactionPaymentInvoiceResponse xmlns="http://www.achcolombia.com.co/PSEHostingInvoicesWS">
      <ConfirmTransactionPaymentInvoiceResult>
        <ReturnCode>string</ReturnCode>
        <Optional>string</Optional>
      </ConfirmTransactionPaymentInvoiceResult>
    </ConfirmTransactionPaymentInvoiceResponse>
  </soap12:Body>
</soap12:Envelope>