Create a Mollie checkout payment
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
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
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.