---
title: "Update Individual Payment Account Data"
method: PUT
path: "/v2/accounts/individual/{accountid}"
tags: ["Accounts | Update"]
---

# Update Individual Payment Account Data

`PUT /v2/accounts/individual/{accountid}`

Enables you to update information related to a client payment account.  
1. The client enters their new data.  
2. The client calls the Lemonway Webservice.  
3. Lemonway records data when it exists.  
4. The application processes Lemonway's response and displays a confirmation message.

## Path parameters

- `accountid` string, required

## Headers

- `Authorization` string, required
- `PSU-Accept-Language` string
- `PSU-IP-Address` string, required
- `PSU-User-Agent` string

## Request body

- UpdateIndividualAccountDetailsInput
  - `email` string — New Email.
  - `title` string — Client title
  - `firstName` string, required — Client first name
  - `lastName` string, required — Client last name
  - `adresse` Address
    - `street` string — Client number and street
    - `postCode` string — Client Postcode/ZIP
    - `city` string — Client city
    - `country` string — Client country using ISO 3166-1 alpha-3
  - `Birth` Birth
    - `date` string — Client Date of Birth
    - `city` string — Client City of Birth
    - `Country` string — Client Country of Birth, using ISO 3166-1 alpha-3. Three-letter country code, for example: FRA (France), GBR (United Kingdom of Great Britain and Northern Ireland)
  - `phoneNumber` string — MSISDN phone number
  - `mobileNumber` string — Mobile phone number with MSISDN format: international number with country code without "00" neither "+".<br /> This will be used by default when eletronically signing documents.
  - `isDebtor` boolean — For crowdfunding/loan platforms, indicate if the wallet is created for a debtor.
  - `nationality` string — client nationality, using ISO 3166-1 alpha-3 format. Separate multiple nationalities with a comma.
  - `payerOrBeneficiary` integer — Indicates if the payment account is created for a payer or a beneficiary: Empty: unknown status (default) 1: Payer 2: Beneficiary
  - `isCompany` boolean — **Important:** This object is deprecated and no longer permissible in accordance with EU compliance rules.

## Response `200`

OK

- UpdateIndividualAccountDetailsOutput
  - `account` IndividualAccount
    - `id` string — Payment Account ID
    - `internalId` integer — Internal ID given by Lemonway (ID displayed on the Lemonway Dashboard)
    - `limits` Limits
      - `totalMoneyInAllowed` integer — Total Money-In number allowed for this account
      - `amountMoneyInAllowed` number, double — Total Money-In amount allowed for this wallet
  - `error` Error
    - `code` integer
    - `message` string
    - `psp` PSP
      - `message` string — Get the Error Message from PSP

## Other responses

- `401` — Unauthorized
- `500` — InternalServerError

---

[API](https://skmtc.net/lemonway/apis/account-onboarding-management-api.md) · [All operations](https://skmtc.net/lemonway/apis/account-onboarding-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemonway/account-onboarding-management-api/revisions/73309fe68e2d/schema)
