• 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

Modifying the enrollment request before submission

Using the unique uuid identifier of the enrollment request returned by the server during its creation, you can modify the enrollment request by making a call to the resource:

PUT /registrations/{registration_uuid} registrations_update

The request body to be used is the same as for creating an enrollment request... except for the board_member object.

Administrators have their own identifier. Therefore, if you want to modify an already registered administrator, you have to mention this uuid in the corresponding board_member object of the board list.

 This uuid can be retrieved from the list of administrators returned by the server during the enrollment request, but you can also get it by calling:

GET /registrations/{registration_uuid} registrations_read

PUT /registrations/{registration_uuid} sample request body extract

{ ... "board": [ { "uuid": "b48cc6c4-6927-4e67-8743-1a97eb8450f8", "title": "MR", "first_name": "Walt E.", "last_name": "Coyote", "birth_date": "1974-01-13", "birth_city": "BURBANK", "nationality": "US", "role": "LEGAL_REP", "phone_number": "0531778899", "email": "willecoyote@wbs.com", "address": { "zipcode": "91501", "street_number": "12", "country": "US", "street": "Warner Bros Studios", "city": "BURBANK" } } ], ... }

 

However, if you do not want to change the list of administrators, send an empty board list. Otherwise, when you return the same administrator without the uuid, this will create a duplicate administrator.

Also note that it is not possible to delete an administrator.

At this point, the enrollment request has the CREATED status, and it will maintain this status until you submit the required KYC documents.

Recruitment

Head Office :

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

2.8.1-doc-1.8