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.
| Pin | Pin | Type | Default |
|---|---|---|---|
| flow |
flow |
||
| connection |
mollieconnection |
||
amountrequiredamount in cents (e.g. 100.00EUR is 10000) |
number |
||
currencyrequiredEUR |
value |
||
numberrequirede.g. 16785 |
value |
||
localerequiredAllows you to preset the language to be used in the hosted payment pages shown to the consumer. e.g. nl_NL |
value |
||
billing addressrequiredThe billing address this order is part of. |
addressmollieconnection |
||
| shipping address If no shipping address is given, the billing address will be the shipping address. |
addressmollieconnection |
||
linesrequiredThe lines that makes this order, make sure sum of total_amount is equal to the given amount. |
linesmollieconnection |
||
redirect urlrequiredThe URL your customer will be redirected to after the payment process. |
value |
||
| webhook url Set the webhook URL, where we will send order status changes to. |
value |
||
| method 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. |
array |
||
| payment Any payment specific properties (for example, the dueDate for bank transfer payments) can be passed here. |
object |
||
| meta data Meta data for this payment (e.g. guid of order) |
object |
| Pin | Pin | Type | Example |
|---|---|---|---|
| flow |
flow |
||
| connection |
mollieconnection |
||
| success |
condition |
||
| order |
object |
||
| metadata |
object |
||
| id |
value |
||
| status |
value |
||
| checkout |
value |
||
| error |
value |
Core Releases
v10.4.28 This block was introduced inv10.4.28, click here to see the release notes.
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