Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.pay.walletconnect.com/v1/merchants/{merchantId}/settlements \ --header 'Api-Key: <api-key>'
200
Example
{ "fiat": [ { "id": "fiat_Bk4nWp8XmQj2YrTv6", "status": "active", "bankType": "ACH" } ], "crypto": [ { "id": "crypto_Xk7nWp8XmQj2YrTv6", "asset": "eip155:8453/erc20:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "destination": "eip155:8453:0x1234567890abcdef1234567890abcdef12345678" } ] }
List the merchant’s configured fiat and crypto settlement destinations.
Settlements list
Fiat settlement configurations attached to the merchant.
Show child attributes
Crypto settlement destinations attached to the merchant.