curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"productId": 10049423,
"id_convenant": "15713663",
"reference_1": "123123123",
"reference_2": "44412312",
"name_convenant": "CLARO HOGAR",
"id_autorizator": 44,
"id_convenant_pdp": "898748190",
"amount": 12600,
"aditional": {
"permite_captura_manual": false
}
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "e0d2908f-a41f-4c87-8c8f-220be88aca6c",
"requestFeedback": true
},
"_channel": "web"
}