diff --git a/src/api/models/UserDTO.ts b/src/api/models/UserDTO.ts
index f3426ff96a2e26940a922007b6ddfea0e5b9042c..5d036f873750a6e1dc8ec600620eb6c54ff937a2 100644
--- a/src/api/models/UserDTO.ts
+++ b/src/api/models/UserDTO.ts
@@ -15,8 +15,8 @@ export type UserDTO = {
     createdAt?: string;
     role?: string;
     subscriptionLevel?: string;
-    checkingAccountBBAN?: BankAccountResponseDTO;
-    savingsAccountBBAN?: BankAccountResponseDTO;
+    checkingAccount?: BankAccountResponseDTO;
+    savingsAccount?: BankAccountResponseDTO;
     point?: PointDTO;
     streak?: StreakDTO;
 };