Skip to main content

27 April 2023

ยท One min read

Improvementsโ€‹

โšก Instant SEPA Credit Transfer fallback can be tested using the Testing API. Initiate an outgoing Instant SEPA Credit Transfer, then reject it using simulateOutgoingSepaCreditTransferRejection mutation. Use reasonCode: BeneficiaryBankNotReachable.

๐Ÿซข Upcoming outgoing Instant SEPA Credit Transfer can be canceled using the cancelTransaction mutation.

โœ๏ธ The externalReference field in initiateCreditTransfers is now working for outgoing Instant SEPA Credit Transfer.

๐Ÿ†” We added the accountId field to Invoice. Use it to find the account associated to an AccountInvoice.Generated webhook event.

Bug fixโ€‹

๐Ÿ“„ Fee amount are displayed in the .csv account statement

Upcoming breaking changesโ€‹

๐Ÿ‘ฎโ€โ™€๏ธ To avoid undesired behaviors with our API, we are changing the Tax Identification Number (TIN) accepted format in all the taxIdentificationNumber inputs from 1-11 characters to 7-11 characters in 4 weeks.

๐Ÿ’ฅ isInstant field for initiateCreditTransfer is depreciated and will be removed in 6 months. Please use mode field instead to initiate an Instant SEPA Credit Transfer.

DOCS:

๐Ÿ’ถ Learn how to build a compliant billing offer.