Fetch a merchant’s profile along with its configured settlements (crypto and fiat). Crypto settlements use CAIP-19 asset IDs and CAIP-10 destination accounts.
GET
/
v1
/
merchants
/
{merchantId}
Get a merchant
curl --request GET \
--url https://api.pay.walletconnect.com/v1/merchants/{merchantId} \
--header 'Api-Key: <api-key>'