v1
latestOpenAPI 3.0.02026-07-2691259477.2 KBAccounts | Update
Update Payment Account Status
Allows certain payment account statuses to be updated.
- To close an account (status 12), the account must have zero balance.
- An account status can not be changed to bypass the KYC process. KYC statuses are updated by Lemonway.
- If an account is closed in status 6 (KYC 2) and you would like to reopen it, you must send a support request to Lemonway.
You can view all account statues here.
Note: This feature is subject to your contract.
put/v2/accounts/kycstatus/{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
{
"status": 6
}Response
OK