Update a Payment Account Data
UpdateWalletDetails
How it works
With the UpdateWalletDetails method, your system asks Lemonway to update information related to a client payment account.
- The user enters their new data.
- The application calls the Lemonway Webservice.
- Lemonway records data when it exists.
- The application processes Lemonway's response and displays a confirmation message.
Important
If an account has KYC 2 status, only the
phoneNumber
,mobileNumber
, and
XML
<UpdateWalletDetails xmlns="Service_mb">
<wlLogin>string</wlLogin>
<wlPass>string</wlPass>
<language>string</language>
<version>string</version>
<walletIp>string</walletIp>
<walletUa>string</walletUa>
<wallet>string</wallet>
<newEmail>string</newEmail>
<newTitle>string</newTitle>
<newFirstName>string</newFirstName>
<newLastName>string</newLastName>
<newStreet>string</newStreet>
<newPostCode>string</newPostCode>
<newCity>string</newCity>
<newCtry>string</newCtry>
<newIp>string</newIp>
<newPhoneNumber>string</newPhoneNumber>
<newMobileNumber>string</newMobileNumber>
<newBirthDate>string</newBirthDate>
<newCompanyName>string</newCompanyName>
<newCompanyWebsite>string</newCompanyWebsite>
<newCompanyDescription>string</newCompanyDescription>
<newCompanyIdentificationNumber>string</newCompanyIdentificationNumber>
<newIsDebtor>string</newIsDebtor>
<newNationality>string</newNationality>
<newBirthcity>string</newBirthcity>
<newBirthcountry>string</newBirthcountry>
<newPayerOrBeneficiary>String</newPayerOrBeneficiary>
</UpdateWalletDetails>
<?xml version="1.0" encoding="utf-8"?>
<WALLET>
<ID>string</ID>
<LWID>string</LWID>
</WALLET>
JSON
{
"wlLogin": "string",
"wlPass": "string",
"language": "string",
"version": "string",
"walletIp": "string",
"walletUa": "string",
"wallet": "string",
"newEmail": "string",
"newTitle": "string",
"newFirstName": "string",
"newLastName": "string",
"newStreet": "string",
"newPostCode": "string",
"newCity": "string",
"newCtry": "string",
"newIp": "string",
"newPhoneNumber": "string",
"newMobileNumber": "string",
"newBirthDate": "string",
"newCompanyName": "string",
"newCompanyWebsite": "string",
"newCompanyDescription": "string",
"newCompanyIdentificationNumber": "string",
"newIsDebtor": "string",
"newNationality": "string",
"newBirthcity": "string",
"newBirthcountry": "string",
"newPayerOrBeneficiary": "string"
}
{
"WALLET": {
"ID": "string",
"LWID": "string"
}
}
Fields
Item | Description | Example |
---|---|---|
ID | An updated Wallet ID (your choice when you create the Wallet). | 33612345678 |
LWID | Lemonway Wallet ID (you cannot choose this number). This number is also printed on our Dashboard. | 2343 |
Important
If you do not want to change some fields, please do not enter data in them. Information will not be updated.
Parameters
Item | Description | Mandatory | Format | Example |
---|---|---|---|---|
wallet | Wallet ID. | Yes | [1:100] char | 33612345678 |
newEmail | New Email. Unique as usual. | No | [6:256] char | adresse@domaine.com |
newTitle | Client's title | No | [1] char | "M", "F", "U" (Unknown, default) |
newFirstName | Client's first name | No | [2:256] char | Pierre |
newLastName | Client's last name | No | [2:256] char | Dupont |
newStreet | Client's number and street | No | [0:256] char | 26 rue de Paris |
newPostCode | Client's Postcode/ZIP | No | [0:10] char | 93100 |
newCity | Client's City | No | [0:140] char | Montreuil |
newCtry | Client's country using ISO-3 format | No | [3] char | FRA |
newIp | Client's IP address | No | char | 91.222.286.32 |
newPhoneNumber | MSISDN phone number. No "00", no "+". | No | [6:30] char | 33672635263 |
newMobileNumber | Mobile phone number (MSISDN format) | No | [6:30] char | 33672635263 |
newBirthDate | Client's birthdate | No | dd/mm/yyyy | 21/03/1985 |
newCompanyName | Company name | No | [1:256] char | Lemonway SAS |
newCompanyWebsite | Company Website URL | No | [1:256] char | www.lemonway.fr |
newCompanyDescription | Company description | No | [1:256] char | Ecommerce, clothing |
newCompanyIdentificationNumber | Company identification number | No | [1:256] char | 123567ABCDEF |
newIsDebtor | Indicates if the wallet is for a debtor | No | [1] char | 1 (yes), 0 or empty (no) |
newNationality | Client's Nationality (ISO-3 format) | No | [0:19] char | FRA, USA |
newBirthcity | Client's city of birth | No | [0:140] char | Montreuil |
newBirthcountry | Client's country of birth (ISO-3) | No | [3] char | FRA |
newPayerOrBeneficiary | Indicates if the wallet is for a payer or a beneficiary | No | [1] char | 1 (payer), 2 (beneficiary) |
Joint Accounts
From 1st October 2023, Lemonway no longer permits the creation of joint accounts to open payment accounts.