v4

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-04-277127123.7 KB
Wallets

Update wallet

Updates the tag or metadata of a customer wallet.

put/wallets/{uuid}

Path parameters

uuidstring required

Wallet UUID.

Request body

tagstring
metadataobject

Example request

{
  "tag": "bills"
}

Response

Updated wallet

idinteger
selfstring
uuidstring
typestring nullable

Wallet provider type (e.g. CLEARJUNCTION, CURRENCYCLOUD). Null for standard wallets.

balancenumber float
currencystring
tagstring nullable
metadataobject nullable
created_atstring date-time nullable
connectionsConnections

Hypermedia links to related resources.

Example response

{
  "balance": 250,
  "currency": "EUR"
}