Skip to content
Recued
Menu
← Back to recipes

Create a Mollie checkout payment

by recued-core v1

Approval-gated Mollie checkout creator. Reads available methods, then creates exactly one payment with amount, currency, description, and redirect URL through recued-core.mollie. Excludes refunds, captures, cancels, mandates, subscriptions, webhooks, and arbitrary endpoints.

How it works 13 steps

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

Process (13 steps)
amount_value_text trim
Trim whitespace from setting amount value
description_text trim
Trim whitespace from setting description
redirect_url_text trim
Trim whitespace from setting redirect url
has_amount compare
Check if amount value text has data
has_description compare
Check if description text has data
has_redirect_url compare
Check if redirect url text has data
methods_raw ?
methods default
Apply default
method_rows slice
Take a subset of
skip_create any
Check if any of the conditions are true
created_payment ?
skip: step.skip_create equal true
method_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 6 configurable

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

mollie setting =
currency setting = EUR
row limit setting = 25
description setting =
amount value setting =
redirect url setting =

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 molliepaymentscheckoutcreateapprovalmethodspack:mollie

Details

13 steps 6 configurable settings recipe_id: create-mollie-payment-checkout