Modify Cash
Modify Cash
Modify the cash of an account via a withdrawal or deposit.
Body
Required
-
admin_fin
string Required -
modification_data
object Required
POST
/admin/accounts/modify-cash
curl \
-X POST http://api.example.com/admin/accounts/modify-cash \
-H "Content-Type: application/json" \
-d '{"admin_fin":"string","modification_data":{"amount":42.0,"currency":"ARS","description":"string","fan":"string","modificationType":"Withdraw"}}'
Request example
{
"admin_fin": "string",
"modification_data": {
"amount": 42.0,
"currency": "ARS",
"description": "string",
"fan": "string",
"modificationType": "Withdraw"
}
}
Request examples
{
"admin_fin": "string",
"modification_data": {
"amount": 42.0,
"currency": "ARS",
"description": "string",
"fan": "string",
"modificationType": "Withdraw"
}
}