Edit Wallet

This endpoint updates the information for an accounts child wallet.

Edit Wallet

POST https://api.sendwyre.com/v2/wallet/{walletId}/update

Path Parameters

Name
Type
Description

walletId

string

ID of the wallet

name

string

Updated identifier for the user

callbackURL

string

Updated callback

notes

string

Updated notes

Example

curl -v -XPOST 'https://api.sendwyre.com/v2/wallet/{wallet-id}/update' \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: {api-key}" \
  -H "X-Api-Signature: {signature}" \
  -d '{"name":"{your-unique-identifier}","notes":"Updated notes about the sub account"}'

Last updated

Was this helpful?