POST api/venta/callbackSoftlandpay?idVenta={idVenta}&isDocumentPayment={isDocumentPayment}&redirectTo={redirectTo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idVenta

integer

Required

isDocumentPayment

integer

Default value is 0

redirectTo

TbkRedirect

Default value is Front

Body Parameters

ResultSoftlandpay
NameDescriptionTypeAdditional information
Estado

string

None.

Fecha

date

None.

Id_interno

integer

None.

Id_transaccion

string

None.

Medio_pago

string

None.

Monto_bruto

decimal number

None.

Monto_impuestos

decimal number

None.

Monto_total

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "estado": "sample string 1",
  "fecha": "2024-09-19T12:59:30.176547-03:00",
  "id_interno": 3,
  "id_transaccion": "sample string 4",
  "medio_pago": "sample string 5",
  "monto_bruto": 6.0,
  "monto_impuestos": 7.0,
  "monto_total": 8.0
}

text/html

Sample:
{"estado":"sample string 1","fecha":"2024-09-19T12:59:30.176547-03:00","id_interno":3,"id_transaccion":"sample string 4","medio_pago":"sample string 5","monto_bruto":6.0,"monto_impuestos":7.0,"monto_total":8.0}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.