Viewing the sub-merchants registered on the marketplace
To view the sub-merchants registered in the marketplace, you must launch a call in GET mode.
GET /marketplaces/{marketplace}/sellers
Replace {marketplace} with the uuid provided by Lyra Collect.
For example:
Request
GET https://secure.lyra.com/marketplace/marketplaces/30805a03-11ec-4447-93a5-243f39c89009/sellers
Response
{ "count": 1, "next": null, "previous": null, "results": [ { "uuid": "eb94407d-c433-40ba-a5d3-d1baa0f7ed0a", "href": "https://secure.lyra.com/marketplace/sellers/eb94407d-c433-40ba-a5d3-d1baa0f7ed0a", "created_at": "2018-04-13T12:57:59.943702Z", "updated_at": "2018-04-13T12:57:59.943713Z", "marketplace": "30805a03-11ec-4447-93a5-243f39c89009", "reference": "MKPINTEG_Seller", "description": "", "bic": "", "iban": "", "status": "ACTIVE", "links": { "items": { "href": "https://secure.lyra.com/marketplace/sellers/eb94407d-c433-40ba-a5d3-d1baa0f7ed0a/items" }, "transfers": { "href": "https://secure.lyra.com/marketplace/sellers/eb94407d-c433-40ba-a5d3-d1baa0f7ed0a/transfers" } } } ] }