id y price fijo.data.productId = id del paquete/denominación elegida (el hijo), no el padre.amount — se resuelve solo desde product.price. Si se envía, se ignora.customerEmail, customerDocument, customerCellphone, etc, varía por producto).{ "data": { "customerEmail": "rocio.polanco75@gmail.com", "productId": 10003029, "customerDocument": "123456789" } }curl --location '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"customerCellphone": "0999999992",
"customerEmail": "prueba@gmail.com",
"productId": "10003076"
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "1d40402b-2cd7-4fe5-8aac-7f6538efc92d",
"requestFeedback": true
},
"_channel": "web"
}