pen-to-squareUpdate Wallet

You can update an existing wallet's tag

circle-info

circle-info

Request Headers:

Authorization: Bearer <access_token>

Content-Type: application/json Request Body:

{
    "wallet":"<existing_wallet_uuid>",
    "tag" : "<your_new_tag>"
}
circle-check

Last updated