Improvementsโ
๐งญ Account statement documents now follow a new, more readable naming convention that includes the document language. The new format is:
AccountStatement_[ProjectName]_[AccountNumber]_[period]_[documentLanguage]
.
๐ซ Account member invitations with a ConsentPending
status will now expire if the inviter doesn't provide consent before the consent period ends. This automatically changes the account membership status to Disabled
, allowing you to inform the user to send a new invitation.
- If you're subscribed to the
AccountMembership.Updated
webhook, you'll receive a notification when the membership isDisabled
. - When querying
AccountMembershipDisabledStatusInfo
, you'll see the reasonInvitationExpired
.
โ๏ธ You can now use CheckMerchantPayment
to track the statuses and balances of French check payments.
API updatesโ
Upcoming breaking changesโ
โ ๏ธ Starting July 1st, the shippingProvider
field in PhysicalCardToActivateStatusInfo
and PhysicalCardRenewedStatusInfo
will be migrated from a String
to an ENUM
. Please note that the shipping providers La Poste
and CORREOS
will soon be deprecated.
๐ถ On August 1st, we're removing the merchantPayment
field in the InitiateCheckMerchantPaymentSuccessPayload
, use checkMerchantPayment
instead. We're also deprecating merchantPayment
.