---
title: "update · RUAL Documentation"
description: "Update a customer in Mollie."
canonical: https://docs.rual.nl/block-types/mollie/mollieconnection_customers_update
language: en
---

# update

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

Update a customer in Mollie.

- flow `flow`

- connection required `mollieconnection`

- id required `value` Customer ID.

- name required `value` Customers name.

- email required `value` Customers email.

- locale `value` Customers locale.

- metadata `object` Provide any data you like, and we will save the data alongside the customer.

- flow `flow`

- connection `mollieconnection`

- success `condition`

- customer `object`

- metadata `object`

- status `value`

- id `value`

- error `value`

A typical wiring for [update](https://docs.rual.nl/block-types/mollie/mollieconnection_customers_update): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `customer_id` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `name` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `email` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

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

### Version history

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

### Service documentation
