New featuresβ
π₯ Invite account members without a phone number for certain membership permissions. Instead, use verified email to invite account members who prefer not to use their personal phone number for professional purposes.
πͺͺ We added a new identification level for authorization links, Auto
.
With Auto
, Swan automatically guides users to the correct identification process for their situation.
We recommend choosing Auto
instead of a specific process when constructing your OAuth URLs.
Make sure to include either the OnboardingId
or the AccountMembershipId
in your URL.
Improvementsβ
π³ We improved transaction visibility for cardholders without the canViewAccount
membership permission.
They can now view their own card transactions.
π₯ We improved account membership visibility for account members who have the canManageAccountMembership
membership permission, but not canViewAccount
.
They can now view a list of account members.
π Finnish is now a supported account language and account membership language, with a few exceptions.
You can update the account language with the updateAccount
mutation, and the account membership language with the updateAccountMembership
mutation.
π Starting on December 2nd, API search queries will allow for similarity and full-text search. They won't be sensitive to case or accents anymore. This update only applies to search, not other filters.
API updatesβ
Upcoming breaking changesβ
π§ On January 8th, we're adding three new values to the DocumentReasonCode
Enum to handle more reasons for capital deposit document refusal: ComplianceReason
, InvalidDepositBankName
, and MissingCompanyProviderRegisterExtract
.
π« On January 20th, weβre removing the filters from the following resources: accountMemberships.firstName
, accountMemberships.lastName
, accountMemberships.email
, accountHolders.firstName
, accountHolders.lastName
, onboardings.email
, users.firstName
, and users.lastName
.
π On January 30th, accountCountry
will become a mandatory input for the following mutations: onboardCompanyAccountHolder
, onboardIndividualAccountHolder
, and createCapitalDepositCase
.
πͺͺ Starting on January 30th, the idVerified
scope in authorization URL parameters won't be supported anymore.
Instead, use the identificationLevel
parameter.