curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"productId": 10048870,
"amount": "73.87",
"amountExtraCommerce": "0.00",
"amountToReturn": 0,
"amountTotalCharge": "73.87",
"customerDocument": "32423423423",
"disabled": "0",
"form": "[{\"name\":\"Identificación_Cartera\",\"id\":\"1\",\"type\":\"A\",\"label\":\"Código Cartera\",\"valor\":\"32423423423\",\"service_number\":true},{\"name\":\"Nombre_Depositante\",\"id\":\"3\",\"type\":\"C\",\"label\":\"Depositante\",\"valor\":\"2342342343232\",\"service_number\":false},{\"name\":\"Tipo_Identificacion\",\"id\":\"4\",\"type\":\"A\",\"label\":\"Tipo de Documento\",\"valor\":\"CE\",\"service_number\":false},{\"name\":\"C.I./RUC/Pasaporte\",\"id\":\"5\",\"type\":\"A\",\"label\":\"C.I./RUC/Pasaporte\",\"valor\":\"23423432432\",\"service_number\":false}]",
"received": "0.00",
"recharge": "0.00",
"servipagos": {
"item": [
{
"title": "Nombre cliente",
"valor": "VELASTEGUI FARINANGO ALEJANDRO LENIN",
"id": "2",
"disabled": "true"
},
{
"title": "Nombre depositante",
"valor": "1003460258",
"id": "3",
"disabled": "true"
},
{
"title": "Tipo identificacion",
"valor": "C",
"id": "4",
"disabled": "true"
},
{
"title": "C.i./ruc/pasaporte",
"valor": "1003460258",
"id": "5",
"disabled": "true"
},
{
"title": "Nro. de operación",
"valor": "0070173284",
"id": "10",
"disabled": "true"
},
{
"title": "Tipo de cartera",
"valor": "PRESTAMO SOBRE FIRMAS",
"id": "11",
"disabled": "true"
},
{
"title": "Valor a pagar",
"valor": "73.87",
"id": "12",
"disabled": "true"
},
{
"title": "Cuotas vencidas",
"valor": "2",
"id": "13",
"disabled": "true"
},
{
"title": "Valor cuotas vencidas",
"valor": "80.86",
"id": "14",
"disabled": "true"
},
{
"title": "Fecha cuota por vencer",
"valor": "20241210",
"id": "15",
"disabled": "true"
},
{
"title": "Valor cuota por vencer",
"valor": "73.87",
"id": "16",
"disabled": "true"
},
{
"title": "Comisión",
"valor": "0.00",
"id": "comision",
"disabled": "true"
}
]
},
"tip": "0.00",
"val": "73.87"
}
}'