create transactions from array

This block is part of the banking group and was last modified in core v10.4.28.

create transactions from array v10.4.28

In pins 1
  • array required
    array
Out pins 1
  • transactions
    transaction

Maps every truthy item of the array to a SEPA transaction object: name -> debtorName, iban -> debtorIBAN, mandate -> mandateId, sign_date -> mandateSignatureDate, amount -> amount, info -> remittanceInfo, id -> end2endId, with currency always "EUR". Falsy items (nil, false, "", 0) are skipped; non-object items produce a transaction of default values. A nil or non-array input outputs an empty array.

A typical wiring for create transactions from array: the transactions out pin feeds create payment info.

Studio canvas example for the create transactions from array block: typical wiring for create transactions from array.

Version history

Introduced in v10.4.28.


Back to banking Return to the main group to view all sub-groups Back to SEPA Return to the group to view all blocks within this group