Skip to content
Recued
Menu
← Back to recipes

Create a Mollie customer intake

by recued-core v1

Approval-gated Mollie customer intake. It reads nearby customers, then creates exactly one customer profile with caller-supplied name, email, and locale through recued-core.mollie. It does not create payment methods, mandates, subscriptions, checkout payments, refunds, webhooks, or arbitrary Mollie endpoints.

How it works 11 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (11 steps)
name_text trim
Trim whitespace from setting name
email_text trim
Trim whitespace from setting email
customers_raw ?
customers default
Apply default
has_name compare
Check if name text has data
has_email compare
Check if email text has data
skip_create any
Check if any of the conditions are true
created_customer ?
skip: step.skip_create equal true
customer_rows slice
Take a subset of
customer_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 5 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

name setting =
email setting =
locale setting = en_US
mollie setting =
row limit setting = 10

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Mollie connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

mollie molliecustomerspaymentsintakecreateapprovalpack:mollie

Details

11 steps 5 configurable settings recipe_id: create-mollie-customer-intake