create
This block is part of the mollie group and was last modified in core v10.4.28.
create v10.4.28 Creates a mollie order.
- flow
flow - connection required
mollieconnection - amount required
numberamount in cents (e.g.
100.00EURis10000) - currency required
valueEUR
- number required
valuee.g.
16785 - locale required
valueAllows you to preset the language to be used in the hosted payment pages shown to the consumer. e.g.
nl_NL - billing address required
addressmollieconnectionThe billing address this order is part of.
- shipping address
addressmollieconnectionIf no shipping address is given, the billing address will be the shipping address.
- lines required
linesmollieconnectionThe lines that makes this order, make sure sum of
total_amountis equal to the given amount. - redirect url required
valueThe URL your customer will be redirected to after the payment process.
- webhook url
valueSet the webhook URL, where we will send order status changes to.
- method
array<value>Normally, a payment method screen is shown. However, when using this parameter, you can choose a specific payment method and your customer will skip the selection screen and is sent directly to the chosen payment method.
- payment
objectAny payment specific properties (for example, the dueDate for bank transfer payments) can be passed here.
- meta data
objectMeta data for this payment (e.g. guid of order)
- flow
flow - connection
mollieconnection - success
condition - order
object - metadata
object - id
value - status
value - checkout
value - error
value
A typical wiring for create: a function trigger starts the flow; number feeds the amount pin; value feeds the currency pin; value feeds the number pin; value feeds the locale pin; template feeds the billing_address pin; template feeds the lines pin; value feeds the redirect_url pin; the flow out pin feeds debug.

Version history
Introduced in v10.4.28.
Service documentation
External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.Back to
mollie Return to the main group to view all sub-groups Back to orders Return to the group to view all blocks within this group
