---
title: "template · RUAL Documentation"
description: "Creates a valid address object that can be used within mollie."
canonical: https://docs.rual.nl/block-types/mollie/addressmollieconnection_build_address
language: en
---

# template

This block is part of the [`mollie`](https://docs.rual.nl/block-types/mollie) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

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

- 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.

- address `addressmollieconnection`

A typical wiring for [template](https://docs.rual.nl/block-types/mollie/addressmollieconnection_build_address): [value](https://docs.rual.nl/block-types/value/value_default) feeds the `given_name` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `family_name` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `email` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `street_and_number` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `postal_code` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `city` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `country` pin; the `address` out pin feeds [create](https://docs.rual.nl/block-types/mollie/mollieconnection_orders_create).

![Studio canvas example for the template block: typical wiring for template.](https://docs.rual.nl/canvas-examples/addressmollieconnection_build_address.png)

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
