All Verbs | /Recaudo/Pago |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
DatosBanco | query | DatosBanco | No | |
Clave | query | string | No | |
Monto | query | double | No | |
Fecha | query | string | No | |
Hora | query | string | No | |
IDTrans | query | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Banco | form | string | No | |
Agencia | form | string | No | |
Sucursal | form | string | No | |
Usuario | form | string | No | |
Terminal | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ReferenciaPago | form | string | No | |
CheckSum | form | string | No | |
DatosFactura | form | DatosHNFactura2 | No | |
IdTransaccionBanco | form | string | No | |
FechaTransaccion | form | string | No | |
Cajero | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Resultado | form | bool | No | |
CodigoError | form | int | No | |
Mensaje | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
EntiAgencia | form | string | No | |
CiudadSucursal | form | string | No | |
Claveprimaria | form | string | No | |
Nis | form | double | No | |
Nombre | form | string | No | |
DescTrans | form | string | No | |
SubtotalsinISV | form | double | No | |
CargoISV | form | double | No | |
Totalcalculado | form | double | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /Recaudo/Pago HTTP/1.1
Host: recaudoenee.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
DatosBanco:
{
Banco: String,
Agencia: String,
Sucursal: String,
Usuario: String,
Terminal: String
},
Clave: String,
Monto: 0,
Fecha: String,
Hora: String,
IDTrans: String
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { ReferenciaPago: String, CheckSum: String, DatosFactura: { EntiAgencia: String, CiudadSucursal: String, Claveprimaria: String, Nis: 0, Nombre: String, DescTrans: String, SubtotalsinISV: 0, CargoISV: 0, Totalcalculado: 0 }, IdTransaccionBanco: String, FechaTransaccion: String, Cajero: String, Resultado: False, CodigoError: 0, Mensaje: String }