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)
Body Params
string
required
length between 1 and 100

Payment account ID that you use to identify the customer.Choose your unique number.
Note: If you plan to credit payments accounts by fund transfer, please use short alphanumeric payment account identifiers (max 20 char.). Your customers will have to write their payment account identifier in the transfer label/comment, a label of more that 20 characters could be cut when passing the the banking system.

string
required
length between 6 and 256

Unique Email

string
length between 1 and 1

Client title

string
required
length between 2 and 256

Client first name

string
required
length between 2 and 256

Client last name

adresse
object
birth
object
string
required
length between 0 and 19

Client nationality, using ISO 3166-1 alpha-3 format Please separate multiple nationalities with a comma

string
length between 6 and 30

Phone number with MSISDN format: international number with country code without "00" neither "+".

string
length between 6 and 30

Mobile phone number with MSISDN format: international number with country code without "00" neither "+". This will be used by default when eletronically signing documents.

boolean

For crowdfunding/loan platforms, indicates if the wallet is created for a debtor.

int32
required
1 to 2

Indicates if the payment account is created for a Payer or a Beneficiary. 1: Payer (default) 2: Beneficiary

boolean

Indicates if the payment account is for a one-time customer. If yes, the payment account will be created with status 14, allowing only one payment. The maximum amount will be defined with Lemonway.

boolean

Note: This option is available depending on your contract True, in case this option is enabled in your contract. Otherwise it will be considered a Client Wallet.

boolean
Headers
string
required

Authorization bearer (OAuth 2)

string

Response language accepted by final client (PSU). English by default

string
required

IP address of the final client (PSU).

string

User-agent of the final client (PSU).

Responses

401

Unauthorized

500

InternalServerError

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json