Skip to main content
PUT
/
v1
/
merchants
/
{merchantId}
/
settlements
/
crypto
/
{id}
Update a crypto settlement destination
curl --request PUT \
  --url https://api.pay.walletconnect.com/v1/merchants/{merchantId}/settlements/crypto/{id} \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "destination": "<string>"
}
'
{
  "id": "<string>",
  "asset": "<string>",
  "destination": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.walletconnect.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Api-Key
string
header
required

Path Parameters

id
string
required
Required string length: 1 - 256
merchantId
string
required

Body

application/json
destination
string
required
Required string length: 1 - 256
Pattern: ^[-a-zA-Z0-9]{3,8}:[-a-zA-Z0-9]{1,32}:[-a-zA-Z0-9]{1,128}$

Response

Settlement updated

id
string
required
asset
string
required
destination
string
required