Update Customer statusCopy Pagepatch http://localhost:8080/v0/customers/{customerId}/statusPath ParamscustomerIduuidrequiredUnique identifier (UUID) of the CustomerBody ParamsBody of a request to set a customer status.newStatusstringenumrequiredAllowed Customer status. Possible values: ACTIVE: Customer is active INACTIVE: Customer is not active (closed) PENDING_APPROVAL: Customer is awaiting approval REFERRED: Customer is referred for further KYC checks REJECTED: Customer has been rejected ACTIVEINACTIVEREJECTEDBLOCKEDPENDING_APPROVALREFERREDAllowed:ACTIVEINACTIVEREJECTEDBLOCKEDPENDING_APPROVALREFERREDResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated 14 days ago