create
This block is part of the mollie
group and was last modified in core v10.4.28
.
create
v10.4.28
Creates a new mollie payment, this is where most of the implementations start off.
Pin | Pin | Type | Default |
---|---|---|---|
flow |
flow |
|
|
connectionrequired |
mollieconnection |
|
|
amountrequired amount in cents (e.g. 100.00EUR is 10000) |
number |
|
|
currencyrequired EUR |
value |
|
|
descriptionrequired Payment for Invoice X |
value |
|
|
redirect urlrequired Back to your website URL including http:// | https:// |
value |
|
|
webhook urlrequired Your API endpoint Mollie will send status updates regarding this payment 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. |
value |
|
|
meta data Meta data for this payment (e.g. guid of order) |
object |
|
|
customer id The mollie customer ID, required for sequence type payments. |
value |
|
|
mandate id When creating recurring payments, the ID of a specific Mandate may be supplied to indicate which of the consumers accounts should be credited. |
value |
|
|
sequence type If customer ID given, generates a mandate. Can be first or recurring |
value |
oneoff |
Pin | Pin | Type | Example |
---|---|---|---|
flow |
flow |
||
connection |
mollieconnection |
||
success |
condition |
||
payment The Mollie Payment object, see documentation for more details. |
object |
||
metadata |
object |
||
Pay URL |
value |
||
status |
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 payments
Return to the group to view all blocks within this group