You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
According to the documentation the following fields are deprecated:
title (superseded by name) first_name bank_account_name
alternative_bank_account_names (superseded by alternative_names)
However those changes don't seem to be implemented in the docker api provided - form3tech/interview-accountapi:v1.0.0-4-g63cf8434. The fields name and alternative_names are being ignored.
Additionally the switched field doesn't persist in the database nor is returned from the API on account creation.