create transaction

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

create transaction v10.4.28

In pins 7
  • IBAN required
    value
  • name required
    value
  • mandate required
    value
  • sign date required
    date
  • amount required
    number
  • info required
    value
  • id required
    value
Out pins 1
  • transaction
    transaction

Outputs an array wrapping the transaction inpin's value : but this block declares no transaction inpin, so the Go executor always outputs an array containing nil, and the iban/name/mandate/sign_date/amount/info/id pins are ignored. To build a real SEPA transaction from fields, use transaction_from_array.

A typical wiring for create transaction: the transaction out pin feeds create payment info.

Studio canvas example for the create transaction block: typical wiring for create transaction.

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