New featuresโ
๐ฅ You can now export account holder data in .csv
format, either from your Dashboard or with the API by calling the exportAccountHolderData
mutation.
Improvementsโ
๐ค To provide a seamless experience when users change their own phone numbers, updating Enabled
account members' personal details won't trigger user binding errors anymore.
๐ฐ To avoid unnecessary debt collection, fee transactions are only Booked
when there's enough money in an account.
When accounts have an insufficient balance, the fee transaction remains Pending
until more funds are added.
๐ณ Canceling cards is now fully asynchronous to improve system performance.
As a result, when you cancel a physical or virtual card, the status always changes to Canceling
before Canceled
.
API updatesโ
Upcoming breaking changesโ
โ ๏ธ Effective from March 10th, consent notification API requests to your endpoint time out after 2 seconds instead of 3, in order to comply with 3-D Secure (3DS) requirements.