GET PEDIDOS/ESTADO_PEDIDO_WEBPAY/{ID_TRANSACCION}
Método que registra un pedido para el flujo de Webpay con Transbank
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_TRANSACCION | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OrderResponseVM| Name | Description | Type | Additional information |
|---|---|---|---|
| NUM_PEDIDO | string |
None. |
|
| TIEMPO_ENTREGA | string |
None. |
|
| MENSAJE_USR | string |
None. |
|
| MENSAJE_SIS | string |
None. |
|
| COD_ERROR | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"NUM_PEDIDO": "sample string 1",
"TIEMPO_ENTREGA": "sample string 2",
"MENSAJE_USR": "sample string 3",
"MENSAJE_SIS": "sample string 4",
"COD_ERROR": "sample string 5"
}
application/xml, text/xml
Sample:
<OrderResponseVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LipiGasApi.ViewModels.Order"> <COD_ERROR>sample string 5</COD_ERROR> <MENSAJE_SIS>sample string 4</MENSAJE_SIS> <MENSAJE_USR>sample string 3</MENSAJE_USR> <NUM_PEDIDO>sample string 1</NUM_PEDIDO> <TIEMPO_ENTREGA>sample string 2</TIEMPO_ENTREGA> </OrderResponseVM>