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.
- flow
flow - connection required
mollieconnection - amount required
numberamount in cents (e.g. 100.00EUR is 10000)
- currency required
valueEUR
- description required
valuePayment for Invoice X
- redirect url required
valueBack to your website URL including http:// | https://
- webhook url required
valueYour API endpoint Mollie will send status updates regarding this payment to.
- method
valueNormally, 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.
- meta data
objectMeta data for this payment (e.g. guid of order)
- customer id
valueThe mollie customer ID, required for sequence type payments.
- mandate id
valueWhen creating recurring payments, the ID of a specific Mandate may be supplied to indicate which of the consumers accounts should be credited.
- sequence type
valueIf customer ID given, generates a mandate. Can be
firstorrecurring.
- flow
flow - connection
mollieconnection - success
condition - metadata
object - Pay URL
value - status
value - error
value
A typical wiring for create: a function trigger starts the flow; connect feeds the connection pin; number feeds the amount pin; value feeds the currency pin; value feeds the description pin; value feeds the redirecturl pin; value feeds the webhookurl 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 payments Return to the group to view all blocks within this group
