GET WebPay/ConsultarTransWebPay/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LOGS_TRANS_WEBPAY| Name | Description | Type | Additional information |
|---|---|---|---|
| IDLOGS_TRANS_WEBPAY | string |
None. |
|
| UID2 | string |
None. |
|
| ACCOUNTINGDATE | string |
None. |
|
| CARDNUMBER | string |
None. |
|
| CARDEXPIRATIONDATE | string |
None. |
|
| AUTHORIZATIONCODE | string |
None. |
|
| PAYMENTTYPECODE | string |
None. |
|
| RESPONSECODE | string |
None. |
|
| SHARESNUMBER | string |
None. |
|
| AMOUNT | string |
None. |
|
| COMMERCECODE | string |
None. |
|
| SESSIONID | string |
None. |
|
| VCI | string |
None. |
|
| TOKENRESPONSE | string |
None. |
|
| ESTADO_PAGO | string |
None. |
|
| BUYORDER | string |
None. |
|
| DATETIME_REGISTRO | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IDLOGS_TRANS_WEBPAY": "sample string 1",
"UID2": "sample string 2",
"ACCOUNTINGDATE": "sample string 3",
"CARDNUMBER": "sample string 4",
"CARDEXPIRATIONDATE": "sample string 5",
"AUTHORIZATIONCODE": "sample string 6",
"PAYMENTTYPECODE": "sample string 7",
"RESPONSECODE": "sample string 8",
"SHARESNUMBER": "sample string 9",
"AMOUNT": "sample string 10",
"COMMERCECODE": "sample string 11",
"SESSIONID": "sample string 12",
"VCI": "sample string 13",
"TOKENRESPONSE": "sample string 14",
"ESTADO_PAGO": "sample string 15",
"BUYORDER": "sample string 16",
"DATETIME_REGISTRO": "sample string 17"
}
application/xml, text/xml
Sample:
<LOGS_TRANS_WEBPAY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LipiGasApi.Models"> <ACCOUNTINGDATE>sample string 3</ACCOUNTINGDATE> <AMOUNT>sample string 10</AMOUNT> <AUTHORIZATIONCODE>sample string 6</AUTHORIZATIONCODE> <BUYORDER>sample string 16</BUYORDER> <CARDEXPIRATIONDATE>sample string 5</CARDEXPIRATIONDATE> <CARDNUMBER>sample string 4</CARDNUMBER> <COMMERCECODE>sample string 11</COMMERCECODE> <DATETIME_REGISTRO>sample string 17</DATETIME_REGISTRO> <ESTADO_PAGO>sample string 15</ESTADO_PAGO> <IDLOGS_TRANS_WEBPAY>sample string 1</IDLOGS_TRANS_WEBPAY> <PAYMENTTYPECODE>sample string 7</PAYMENTTYPECODE> <RESPONSECODE>sample string 8</RESPONSECODE> <SESSIONID>sample string 12</SESSIONID> <SHARESNUMBER>sample string 9</SHARESNUMBER> <TOKENRESPONSE>sample string 14</TOKENRESPONSE> <UID2>sample string 2</UID2> <VCI>sample string 13</VCI> </LOGS_TRANS_WEBPAY>