template

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

template v10.4.28

Creates a valid address object that can be used within mollie.

In pins 11
  • organization name
    value

    The persons organization, if applicable.

  • title
    value

    The title of the person, for example Mr. or Mrs.

  • given name required
    value

    The given name (first name) of the person.

  • family name required
    value

    The family name (surname) of the person.

  • email required
    value

    The email address of the person.

  • street & number required
    value

    The street and street number of the address.

  • street additional
    value

    Any additional addressing details, for example an apartment number.

  • postal code required
    value

    The postal code of the address.

  • city required
    value

    The city of the address.

  • country required
    value

    The country of the address in ISO 3166-1 alpha-2 format.

  • phone
    value

    The phone number of the person. Some payment methods require this information.

Out pins 1
  • address
    addressmollieconnection

A typical wiring for template: value feeds the given_name pin; value feeds the family_name pin; value feeds the email pin; value feeds the street_and_number pin; value feeds the postal_code pin; value feeds the city pin; value feeds the country pin; the address out pin feeds create.

Studio canvas example for the template block: typical wiring for template.

Version history

Introduced in v10.4.28.


Back to mollie Return to the main group to view all sub-groups Back to address details Return to the group to view all blocks within this group