Create a New Individual Account

Lets you to create a individual payment account

  1. Your Client enter their data on your platform, for example on their profile space.
  2. Your server calls our Accounts API.
  3. Lemonway creates the payment account in your environment.
  4. Your system reads the method response and informs the user.

We apply our validation rules for different parameters.

Check Injection:

  • String parameters (email, name and so on) must not contain odd characters.

Names (first and last name)

  • Not made-up names: "name", "nom", "prénom", "prenom", "lastname", "last_name", "last name", "firstname", "first_name", "first name", "name", "test", "unknow"
  • Names must have at least 2 characters with at least 1 vowel
  • The first name must not be the same as the last name
  • Using the same the same character 3 times in a row will cause an error
  • We might apply other validation rules, for example: in the case VIP (politician)

Important This end point is soon to be deprecated, we advise you move to our new Online Onboarding system, which is faster and more effective. Contact your account manger or support information.

Enables your system to create an individual payment account by following these steps:

  1. Your client enters their personal data on your platform (e.g., in their profile page).
  2. Your server calls the Accounts API.
  3. Lemonway provisions the new payment account.
  4. Your system processes the API response and notifies the user.

The API enforces the following validation rules:

  • Injection checks

    • All string parameters (email, names, etc.) must not contain unusual or non‑standard characters.
  • Name requirements (first & last name)

    • Must not be placeholder or “test” values (e.g., “name”, “nom”, “prenom”, “lastname”, “test”, “unknown”).
    • Minimum of two characters and at least one vowel.
    • First and last names must differ.
    • No character may repeat three times in a row.
    • Additional rules may apply for special cases (e.g., VIP or politically exposed persons).

Important: Whenever you see accountId in a path or body parameter, enter your wallet’s ID.

Language
Click Try It! to start a request and see the response here!