• France
status page
Demo shops
assistance
FAQContact support
Search
Categories
Tags
Europe (English)
France
Spain
Europe (English)
India
Homepage
Use cases
Create a payment
Create an installment payment
Create a multi-card (split) payment
Create a payment by Alias (Token)
Create a payment link
Create a recurring payment
Manage subscriptions
Manage your transactions (refund, cancel...)
Analyze your reports
API docs
Embedded Form
REST API
Hosted payment
Mobile payment
File exchange
SDD mandates by REST API
Snippets
Payment methods
Plugins
Marketplace
Guides
Merchant Back Office
Back Office Expert
Functional guides

Prerequisites

  1. At the marketplace level

    The marketplace must be eligible for the specified voucher MID(s).

    To make sure, make a GET request on the marketplace resource with the “vouchers” attribute:
    GET /marketplaces/{uuid}

    For example, for a marketplace eligible for CONECS and CVCONNECT MIDs, the response will contain the following object list:
    ...
      "vouchers":[
    {
      	"contract_type":"CONECS"
    },
    {
      	"contract_type":"CVCONNECT"
    }
      ]
    ...

    These parameters are specified by the Lyra Collect services. You can contact tech support if you notice a deviation from the expected configuration.

  2. At the sub-merchants’ level

    The MID must be specified at the sub-merchant’s level.

    For example, for a sub-merchant whose only active MID is CONECS:
    GET /sellers/{uuid}

    Example:
    ...
      "vouchers":[
    {
      "contract_type":"CONECS"
      "contract_number":"1999011"
    }
      ]
    ...

    To create or activate a MID at the sub-merchant level via the onboarding API, see the corresponding documentation.

Jobs
Legal
GDPR
25.18-1.11