EnturaSpeiService


Click here for a complete list of operations.

Spei_Envio

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 /EnturaSpeiService.asmx HTTP/1.1
Host: spei.entura.com.mx
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://spei.entura.com.mx/types/Spei_Envio"

<?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>
    <Spei_Envio xmlns="http://spei.entura.com.mx/types">
      <credencial>
        <Entidad>string</Entidad>
        <Usuario>string</Usuario>
        <Password>string</Password>
      </credencial>
      <orden>
        <Tipo_Cta_Ordenante>int</Tipo_Cta_Ordenante>
        <Cuenta_Ordenante>string</Cuenta_Ordenante>
        <Nombre_Ordenante>string</Nombre_Ordenante>
        <Rfc_Ordenante>string</Rfc_Ordenante>
        <Tipo_Cta_Beneficiario>int</Tipo_Cta_Beneficiario>
        <Banco_Beneficiario>string</Banco_Beneficiario>
        <Cuenta_Beneficiario>string</Cuenta_Beneficiario>
        <Nombre_Beneficiario>string</Nombre_Beneficiario>
        <Rfc_Beneficiario>string</Rfc_Beneficiario>
        <Concepto_Pago>string</Concepto_Pago>
        <Referencia_Numerica>long</Referencia_Numerica>
        <Referencia_Cobranza>string</Referencia_Cobranza>
        <Fecha_Hora_Mov>dateTime</Fecha_Hora_Mov>
        <Monto>decimal</Monto>
        <Folio>long</Folio>
        <Firma>string</Firma>
        <EspecificacionReq>
          <lista_campos>
            <Campo xsi:nil="true" />
            <Campo xsi:nil="true" />
          </lista_campos>
        </EspecificacionReq>
        <Clave_Rastreo>string</Clave_Rastreo>
        <Latitud>string</Latitud>
        <Longitud>string</Longitud>
      </orden>
    </Spei_Envio>
  </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>
    <Spei_EnvioResponse xmlns="http://spei.entura.com.mx/types">
      <Spei_EnvioResult>
        <Cod_Respuesta>string</Cod_Respuesta>
        <Respuesta>string</Respuesta>
        <Datos_Orden>
          <Folio_Banxico>string</Folio_Banxico>
          <Referencia_Proveedor>string</Referencia_Proveedor>
        </Datos_Orden>
      </Spei_EnvioResult>
    </Spei_EnvioResponse>
  </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 /EnturaSpeiService.asmx HTTP/1.1
Host: spei.entura.com.mx
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>
    <Spei_Envio xmlns="http://spei.entura.com.mx/types">
      <credencial>
        <Entidad>string</Entidad>
        <Usuario>string</Usuario>
        <Password>string</Password>
      </credencial>
      <orden>
        <Tipo_Cta_Ordenante>int</Tipo_Cta_Ordenante>
        <Cuenta_Ordenante>string</Cuenta_Ordenante>
        <Nombre_Ordenante>string</Nombre_Ordenante>
        <Rfc_Ordenante>string</Rfc_Ordenante>
        <Tipo_Cta_Beneficiario>int</Tipo_Cta_Beneficiario>
        <Banco_Beneficiario>string</Banco_Beneficiario>
        <Cuenta_Beneficiario>string</Cuenta_Beneficiario>
        <Nombre_Beneficiario>string</Nombre_Beneficiario>
        <Rfc_Beneficiario>string</Rfc_Beneficiario>
        <Concepto_Pago>string</Concepto_Pago>
        <Referencia_Numerica>long</Referencia_Numerica>
        <Referencia_Cobranza>string</Referencia_Cobranza>
        <Fecha_Hora_Mov>dateTime</Fecha_Hora_Mov>
        <Monto>decimal</Monto>
        <Folio>long</Folio>
        <Firma>string</Firma>
        <EspecificacionReq>
          <lista_campos>
            <Campo xsi:nil="true" />
            <Campo xsi:nil="true" />
          </lista_campos>
        </EspecificacionReq>
        <Clave_Rastreo>string</Clave_Rastreo>
        <Latitud>string</Latitud>
        <Longitud>string</Longitud>
      </orden>
    </Spei_Envio>
  </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>
    <Spei_EnvioResponse xmlns="http://spei.entura.com.mx/types">
      <Spei_EnvioResult>
        <Cod_Respuesta>string</Cod_Respuesta>
        <Respuesta>string</Respuesta>
        <Datos_Orden>
          <Folio_Banxico>string</Folio_Banxico>
          <Referencia_Proveedor>string</Referencia_Proveedor>
        </Datos_Orden>
      </Spei_EnvioResult>
    </Spei_EnvioResponse>
  </soap12:Body>
</soap12:Envelope>