Consulter les sous-marchands enregistrés dans la marketplace
Pour consulter les sous-marchands enregistrés dans la marketplace, vous devez lancer l'appel en mode GET.
GET /marketplaces/{marketplace}/sellers
Remplacez {marketplace} par l'uuid fourni par Lyra Collect.
Par exemple :
Requête
GET https://secure.lyra.com/marketplace/marketplaces/30805a03-11ec-4447-93a5-243f39c89009/sellers
Réponse
{ "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" } } } ] }