• France
lyra.com
Search
Categories
Tags
docs.
France
Spain
Europe (English)
India
Home
Implementation
Embedded form (cards)
REST payment API
REST PCI-DSS payment API
REST SEPA API
Hosted payment
Data collection form
File exchange
Mobile payment
Snippets
Plugins
Marketplace
Back Office
Merchant Back Office
Expert Back Office
Guides
Help
FAQ
Video tutorials
Support

Creating a an enrollment request

Are all vendor details ready? Simply send them to us via the request:

POST /registrations/ registrations_create

 The transmitted elements are subject to an initial formal check before submission to the compliance department. Errors are indicated by a 400 return code and an error message.

Example of a minimal request body for the enrollment of a legal entity

POST https://secure.lyra.com/marketplace/v1/registrations/
{
  "marketplace": "467ca516-da10-4744-9f8b-8f62f5965e2d",
  "person_type": "PM",
  "name": "Acme Corporation",
  "description": "Description du vendeur",
  "vat_number": "FR62881075493",
  "address": {
    "country": "FR"
  },
  "board": [
    {
      "role": "LEGAL_REP",
      "title": "MR",
      "first_name": "Thomas",
      "last_name": "Durand",
      "birth_date": "1949-09-17",
      "birth_city": "BONEVOIX",
      "nationality": "FR",
      "address": {
        "country": "FR"
      }
    }
  ],
  "activities": [
    {
      "name": "Acme Tennis Ball",
      "siret": "99556699889944"
    }
  ],
  "ibans": [
    {
      "currencies": ["EUR", "CHF"],
      "iban": "FR7630004000031234567890143"
    }
  ]
}

Example of a minimal request body for the enrollment of a natural entity

{
"marketplace": "467ca516-da10-4744-9f8b-8f62f5965e2d",
"name": "BD EURL",
"person_type": "PP",
"title": "MR",
"first_name": "Bastien",
"last_name": "Durant",
"description": "Boutique de Bastien Durant",
    "vat_number": "FR62881075493",
"address": {
"country": "FR"
},
"board": [
{
"title": "MR",
"email": "bd@eurl.com",
"first_name": "Bastien",
"last_name": "Durant",
"birth_date": "1985-08-03",
"birth_city": "FOIX",
"nationality": "FR",
"role": "LEGAL_REP",
"address": {
"country": "FR"
}
}
],
"activities": [
{
"name": "BD Conseils",
"siret": "88107549300018"
}
],
    "ibans": [
{
"currencies": ["EUR"],
"iban": "FR7630004000031234567890143"
}
]
}
Recruitment

Head Office :

LYRA NETWORK
109, rue de l’innovation
31670 Labège
FRANCE

2.8.1-doc-1.8