lyra.com
Search
Categories
Tags
Europe (English)
France
Spain
Europe (English)
India
Home
Implementation
Embedded form
Hosted payment page
REST payment API
Webservices implementation guide
File exchange payment
Mobile payment
Marketplace
Helpers and tools
Free payment plugins
Snippets
Back Office
Back Office Expert
Back Office Merchant
Guides
Help
FAQ
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