List merchant connectionsAsk AIget https://api-sandbox.ezypay.com/v2/merchantconnectionsRetrieve a list of merchant connections that belong to the merchant.Query ParamsstatusstringFilter by the status of the merchant connection. Supported values are: pending - The merchant connection is still pending acceptance. active - The merchant connection has been accepted and is active. cancelled - The merchant connection has been cancelled.limitint32Defaults to 100To paginate a large result set, use the 'limit' argument to limit the number of results returned per page up to a maximum of 100 records. For example, limit = 10 shows results 1-10. The default returned result would be 100.cursorint32An cursor for use in pagination. Specify the number of objects to skip to fetch the next page of objects. For example, limit=10 and cursor=10 will show results for record 11 - 20.HeadersmerchantstringrequiredMerchant IDResponses 200200 400400Updated 5 months ago