v1
latestOpenAPI 3.0.02026-07-2691259477.2 KBAccounts | Update
Update Individual Payment Account Data
Enables you to update information related to a client payment account.
- The client enters their new data.
- The client calls the Lemonway Webservice.
- Lemonway records data when it exists.
- The application processes Lemonway's response and displays a confirmation message.
put/v2/accounts/individual/{accountid}
Path parameters
accountidstring required
Account ID
Headers
Authorizationstring required
Authorization bearer (OAuth 2)
PSU-Accept-Languagestring
Response language accepted by final client (PSU). English by default
PSU-IP-Addressstring required
IP address of the final client (PSU).
PSU-User-Agentstring
User-agent of the final client (PSU).
Request body
Example request
{
"email": "adresse@domaine.com",
"title": "M",
"firstName": "Pierre",
"lastName": "Dupont",
"adresse": {
"street": "26 rue de Paris",
"postCode": "93100",
"city": "Montreuil",
"country": "FRA"
},
"Birth": {
"date": "21/03/1985",
"city": "Montreuil",
"Country": "FRA"
},
"phoneNumber": "33672635263",
"mobileNumber": "33672635263",
"isDebtor": true,
"nationality": "FRA,USA",
"payerOrBeneficiary": 1,
"isCompany": false
}Response
OK