Successful response.
The general response’s schema up to depth 1 and the error object are the same as other wallet endpoints.
{
"text": "Success",
"timestamp": "2025-10-08T14:09:11.992204431-06:00",
"endpoint": "/wallet/v1/topUp",
"error": {},
"payload": {
"transactions": [
{
"amount": "6000.00",
"timestamp": "2025-10-22T09:57:45-06:00",
"transactionType": 9,
"status": 1,
"transactionId": 1497999,
"description": "\"CREDIT HISTORY DEDUCT\"",
"merchantCategoryCode": {
"mcc": "5531",
"description": "Tiendas de suministros para automóviles",
"categoryId": 7,
"category": " Transporte",
"subcategoryId": 9,
"subcategory": " Generales"
},
"captureMode": "",
"MDESDigitizedWalletID": "",
"isSettled": false,
"category": 1
},
{
"amount": "6000.00",
"timestamp": "2025-10-22T09:57:17-06:00",
"transactionType": 9,
"status": 1,
"transactionId": 1497998,
"description": "\"CREDIT HISTORY DEDUCT\"",
"merchantCategoryCode": {
"mcc": "5531",
"description": "Tiendas de suministros para automóviles",
"categoryId": 7,
"category": " Transporte",
"subcategoryId": 9,
"subcategory": " Generales"
},
"captureMode": "",
"MDESDigitizedWalletID": "",
"isSettled": false,
"category": 1
}
],
"totalCount": 3
}
}
{
"timestamp": "2025-10-08T14:09:04.395321754-06:00",
"endpoint": "/wallet/v1/topUp",
"error": {
"code": 5000,
"text": "Validation Error",
"hints": [
"Validations for the request failed, please check the parameters and try again",
"Limit is too high, please check the documentation for maximum value of limit field"
]
},
"payload": {}
}