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.

In pins 11 + flow
  • flow
    flow
  • connection required
    mollieconnection
  • amount required
    number

    amount in cents (e.g. 100.00EUR is 10000)

  • currency required
    value

    EUR

  • description required
    value

    Payment for Invoice X

  • redirect url required
    value

    Back to your website URL including http:// | https://

  • webhook url required
    value

    Your API endpoint Mollie will send status updates regarding this payment to.

  • method
    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.

  • meta data
    object

    Meta data for this payment (e.g. guid of order)

  • customer id
    value

    The mollie customer ID, required for sequence type payments.

  • mandate id
    value

    When creating recurring payments, the ID of a specific Mandate may be supplied to indicate which of the consumers accounts should be credited.

  • sequence type
    value

    If customer ID given, generates a mandate. Can be first or recurring.

    Default oneoff

Out pins 7 + flow
  • flow
    flow
  • connection
    mollieconnection
  • success
    condition
  • payment
    object

    The Mollie Payment object, see documentation for more details.

  • 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.

Studio canvas example for the create block: typical wiring for create.

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