GET api/ptpweb/getexistepago?numeroReferencia={numeroReferencia}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| numeroReferencia | string | Required | 
Body Parameters
None.
Response Information
Resource Description
PtpMensaje| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id_ptp_pertence | integer | None. | |
| Request_id | string | None. | |
| Url_Pago | string | None. | |
| Ptp_status | string | None. | |
| Ptp_fecha | string | None. | |
| Ptp_methodName | string | None. | |
| Ptp_issuerName | string | None. | |
| Ptp_receipt | string | None. | |
| Ptp_authorization | string | None. | |
| Ptp_totalAmount | string | None. | |
| Ptp_bin | string | None. | |
| Ptp_expiration | string | None. | |
| Ptp_lastDigits | string | None. | |
| Ptp_cruzadoZeus | integer | None. | |
| MtdIngresa | string | None. | |
| Lote | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "Id_ptp_pertence": 1,
  "Request_id": "sample string 2",
  "Url_Pago": "sample string 3",
  "Ptp_status": "sample string 4",
  "Ptp_fecha": "sample string 5",
  "Ptp_methodName": "sample string 6",
  "Ptp_issuerName": "sample string 7",
  "Ptp_receipt": "sample string 8",
  "Ptp_authorization": "sample string 9",
  "Ptp_totalAmount": "sample string 10",
  "Ptp_bin": "sample string 11",
  "Ptp_expiration": "sample string 12",
  "Ptp_lastDigits": "sample string 13",
  "Ptp_cruzadoZeus": 14,
  "MtdIngresa": "sample string 15",
  "Lote": "sample string 16"
}
        application/xml, text/xml
            Sample:
<PtpMensaje xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MENSAJE"> <Id_ptp_pertence>1</Id_ptp_pertence> <Lote>sample string 16</Lote> <MtdIngresa>sample string 15</MtdIngresa> <Ptp_authorization>sample string 9</Ptp_authorization> <Ptp_bin>sample string 11</Ptp_bin> <Ptp_cruzadoZeus>14</Ptp_cruzadoZeus> <Ptp_expiration>sample string 12</Ptp_expiration> <Ptp_fecha>sample string 5</Ptp_fecha> <Ptp_issuerName>sample string 7</Ptp_issuerName> <Ptp_lastDigits>sample string 13</Ptp_lastDigits> <Ptp_methodName>sample string 6</Ptp_methodName> <Ptp_receipt>sample string 8</Ptp_receipt> <Ptp_status>sample string 4</Ptp_status> <Ptp_totalAmount>sample string 10</Ptp_totalAmount> <Request_id>sample string 2</Request_id> <Url_Pago>sample string 3</Url_Pago> </PtpMensaje>