POST resultadopago
Request Information
URI Parameters
None.
Body Parameters
ResultadoPagoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| caja | string |
None. |
|
| ordenPagoPreviewId | integer |
None. |
|
| ordenId | integer |
None. |
|
| numeroUnicoSG | string |
None. |
|
| codigoVerificacion | string |
None. |
|
| correlationId | string |
None. |
|
| sello | string |
None. |
|
| montoTotal | decimal number |
None. |
|
| origen | string |
None. |
|
| autorizado | boolean |
None. |
|
| nombreEmpresa | string |
None. |
|
| RUT | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"caja": "sample string 1",
"ordenPagoPreviewId": 2,
"ordenId": 3,
"numeroUnicoSG": "sample string 4",
"codigoVerificacion": "sample string 5",
"correlationId": "sample string 6",
"sello": "sample string 7",
"montoTotal": 8.1,
"origen": "sample string 9",
"autorizado": true,
"nombreEmpresa": "sample string 11",
"RUT": "sample string 12"
}
application/xml, text/xml
Sample:
<ResultadoPagoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ducsa_PagoQR"> <RUT>sample string 12</RUT> <autorizado>true</autorizado> <caja>sample string 1</caja> <codigoVerificacion>sample string 5</codigoVerificacion> <correlationId>sample string 6</correlationId> <montoTotal>8.1</montoTotal> <nombreEmpresa>sample string 11</nombreEmpresa> <numeroUnicoSG>sample string 4</numeroUnicoSG> <ordenId>3</ordenId> <ordenPagoPreviewId>2</ordenPagoPreviewId> <origen>sample string 9</origen> <sello>sample string 7</sello> </ResultadoPagoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |