updateProfile

abstract suspend fun updateProfile(request: UpdateCustomerRequest): CustomerInfo

Update customer personal information.

Updating the following customer details might result in customer restriction and require new KYC Verification:

  • firstName, lastName - re-trigger KYC verification.

  • address - re-trigger address verification of KYC process.

To update the following details, the customer must be non-KYC verified. If the customer is KYC verified, you cannot update these details:

  • birthDate

Return

A CustomerInfo object

Parameters

request

A UpdateCustomerRequest with the updated customer information