curl --location --request POST '/api/v1/transactions/find' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"_id": "6747c9b1-ffe2-4570-9838-f867ffa60aa9"
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"Transaction": {
"id": "172fa83d-bbda-4af4-8b72-7c9aa146dbd2",
"Amount": {
"amount": 4200,
"extraCost": 0
},
"prevBalance": 55598626,
"newBalance": 55594426,
"codeProvider": "1762372089215",
"createdAt": "05/11/25 14:48:09",
"paymentMethodId": null,
"dateAt": "2025-11-05 14:48",
"currency": "CO",
"TransactionStatus": {
"id": 2,
"name": "Aprobada",
"color": "#280a56",
"disabled": false
},
"Business": {
"id": 355601,
"name": "MATRIX GIROS Y SERVICIOS SAS",
"cellphone": "3115506142",
"address": "cll 44 55 66",
"Currency": {
"precision": 0,
"prefix": "$",
"suffix": "",
"decimal": ".",
"thousands": ","
}
},
"Product": {
"id": 112000,
"name": "Free Fire",
"image": "/images/freefire.webp"
},
"SubProduct": {
"id": 112001,
"name": "Free Fire",
"image": null
},
"Customer": {
"id": 1432,
"name": null,
"cellphone": "3154648454",
"email": "email@email.com"
},
"User": {
"id": 428807,
"name": "LUISA FERNANDA ",
"cellphone": "3115506142_api",
"email": "luis.guzman@sured.com.co"
},
"PaymentMethod": null,
"Inputs": [
{
"label": "Celular del cliente",
"value": "3154648454"
},
{
"label": "Correo del cliente",
"value": "email@email.com"
},
{
"label": "Escoger pin",
"value": 112001
}
],
"Meta": {
"dateReport": null,
"providerMessage": null,
"pin": "3ufnhi",
"Bill": {
"fields": [],
"footer": null,
"logo": null
},
"image": ""
}
}
},
"_channel": "web"
}