Retirar dinero de una cartera
El usuario debe estar logueado y ser de tipo cliente (1).
Petición
(PUT | PATCH) /api/v1/wallets/customers/wallets/<uuid>/deposit
Contenido
{
"amount": "-200.00",
"description": "Retirada 200€"
}
Respuesta
200 OK
Errores
409 Conflict: Fondos insuficientes
{
"detail": "Balance can't be negative"
}