curl --location --request POST '/api/v1/transactions/query' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"customerDocument" : "324234234",
"productId": "10027047"
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"amountEditable": false,
"Inputs": [
{
"icon": "document",
"name": "customerDocument",
"type": "text",
"label": "CLAVE/CEDULA/RUC - P",
"disabled": true,
"value": "324234234"
},
{
"type": "text",
"label": "Valor",
"icon": "document",
"name": "val",
"origin": "object",
"payloadSell": true,
"value": "6.09",
"disabled": true
},
{
"name": "comision",
"origin": "object",
"payloadSell": true,
"label": "Comisión",
"value": "0.35",
"disabled": true,
"type": "text"
},
{
"name": "amount",
"origin": "object",
"payloadSell": true,
"label": "Total",
"value": "6.44",
"disabled": true,
"type": "text"
},
{
"name": "abonado",
"origin": "object",
"payloadSell": true,
"label": "Nombre",
"value": "CHASI TOAPANTA EDDY FABRICIO",
"disabled": true,
"type": "text"
}
],
"DefaultPayload": [],
"Amount": {
"cost": 0,
"amount": 6.44,
"incentive": 0
},
"Error": {
"message": null
},
"sign": "S2irOEf+2n1sYsH7y+6/o16rc1HtXnj03a3qXfZLgBU="
},
"_channel": "web"
}