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.