Skip to main content
GET
/
v1
/
merchants
/
{merchantId}
/
settlements
List settlements
curl --request GET \
  --url https://api.pay.walletconnect.com/v1/merchants/{merchantId}/settlements \
  --header 'Api-Key: <api-key>'
{
  "fiat": [
    {
      "id": "fiat_Bk4nWp8XmQj2YrTv6",
      "status": "active",
      "bankType": "ACH"
    }
  ],
  "crypto": [
    {
      "id": "crypto_Xk7nWp8XmQj2YrTv6",
      "asset": "eip155:8453/erc20:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "destination": "eip155:8453:0x1234567890abcdef1234567890abcdef12345678"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://walletconnect-pay-docs-docs-add-ai-agent-sdk-section.mintlify.app/llms.txt

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

Authorizations

Api-Key
string
header
required

Path Parameters

merchantId
string
required

Response

Settlements list

fiat
object[]
required

Fiat settlement configurations attached to the merchant.

crypto
object[]
required

Crypto settlement destinations attached to the merchant.