Version 4.2.8

Transaction model improvement

We have added the following data in our transaction model. We will enhance the connector progressively when available.

{
	"EndToEndId": "",
  "cardInstrument": {
  	"authorisationType": "",
  	"cardSchemeName": "",
  	"identification": "",
    "name": ""
  },
	"ProprietaryBankTransactionCode": {
  	"code": "",
  	"issuer": ""
  },
  "mandate": {
  	"mandateReference": ""
	},
  "supplementaryData": {
    "key1": "value1",
    "key2": "value2"
  }
}

supplementaryData is a dictionary string/string containing additional data from the bank. We are trying to unify the keys. For now, we have:

  • Category.
  • OperationType.
  • SubjectType.
    • CashflowCategoryName.
  • CashflowSubcategoryName.
  • OperationId.

The meaning of the value depends on the bank.

❗️

Don't forget that your docker must be updated to see the new properties in the response.
If it is hosted on our side, it's already updated.

Connectors improvement

  • ING: we sometime receive from the bank a malformed IBAN like CH51041234567896520H1\2. Since the bank doesn't seem to be willing to fix that, we try to extract it from the narrative data. Please report any bad extraction to [email protected].
  • Revolut: improvement of the mapping of data from the bank in transactions
    • Description contains more new-line separated fields.
    • RemittanceInformation.Unstructured only contains the unstructured information.
    • CardInstrument.
    • ProprietaryBankTransactionCode Code and Issuer.
  • DE Sparkasse: improvement of the mapping of data from the bank in transactions
    • For CounterpartName, CounterpartReference and CounterpartBic.
    • EndToEndId.
    • ProprietaryBankTransactionCode Code and Issuer.
    • Description.
  • Qonto: improvement of the mapping of data from the bank in transactions
    • InstructedAmount with amount and currency when it's different from the main currency.
    • CardInstrument;
    • Mandate.
    • SupplementaryData: Category, OperationType, SubjectType, CashflowCategoryName, CashflowSubcategoryName.
  • Wise: improvement of the mapping of data from the bank in transactions
    • CardInstrument.
    • ProprietaryBankTransactionCode.
    • SupplementaryData: OperationType, OperationId.
  • FR CIC: Debtor name is now optional.
  • DE Devolksbank:
    • New connector "Volksbank Mittelhessen eG MEINE BANK" (2281)
    • Connector deleted:
      • Heidelberger Volksbank eG (193),
      • Landwirtschaftliche Rentenbank (204),
      • VR Bank Westfalen-Lippe eG (237),
      • Raiffeisenbank im Hochtaunus eG (417),
      • Volksbank eG Konstanz (623),
      • VR-Bank Werdenfels eG (959)