Improvementsโ
๐ญ To improve data quality for physical card orders, we now use a regex to enforce better formatting of the postalCode
field in physical addresses.
API updatesโ
Upcoming breaking changesโ
๐ Starting November 12th:
- The
onboarding(id: ID!)
query may returnnull
when no onboarding exists for the given ID, instead of always returning anOnboarding
object. - The following deprecated fields will be removed:
verificationFlow
from theOnboardingInfo
object.redirectUrl
from both theOnboarding
andOnboardingInfo
objects. It has been replaced by theoauthRedirectParameters
object.title
from the Ultimate Beneficial Owner (UBO) object. It has been replaced by thegender
field.onboardingState
from theOnboardingInfo
object.
๐ธ On October 19th, we will introduce the following updates to the initiateCreditTransfers
endpoint to improve its usability and clarity:
- The
save
parameter now defaults tofalse
. - The
mode
parameter is now a required field. The default value is set toRegular
. - The
isMyOwnIban
andbeneficiaryId
input fields have been removed. - The API now returns a
ValidationRejection
error instead ofForbiddenRejection
when an input contains invalid data.
Updatesโ
โ๏ธ Starting October 31st, the taxIdentificationNumber
will be a mandatory field at onboarding when an account holder's residency country does not match the accountCountry
. This is to comply with CRS (Common Reporting Standard) regulations.