Wallets
Update wallet
Updates the tag or metadata of a customer wallet.
put/wallets/{uuid}
Path parameters
uuidstring required
Wallet UUID.
Request body
Example request
{
"tag": "bills"
}Response
Updated wallet
Example response
{
"balance": 250,
"currency": "EUR"
}