We found 22 matches for: mollie

An overview of all mollie blocks currently available, updated daily!

shipments: create

Creates a mollie shipment for a given order.

Mollie Documentation

In-pins

flow
connection
id
Mollie Order ID
lines
Partial shipments, the lines shipped could be given here. [{id, quantity}]
carrier
Name of the postal carrier (as specific as possible). For example PostNL.
code
The track and trace code of the shipment. For example 3SKABA000000000.
url
The URL where your customer can track the shipment.

Out-pins

flow
connection
success
shipment
id
order id
error
mandates: revoke

Revokes a customer mandate.

Mollie Documentation

In-pins

flow
connection
mandate id
Mandate Id to revoke.
customer id
Customer the mandate belongs to.

Out-pins

flow
connection
success
error
orders: refund

Refunds (part of) a mollie order.

Mollie Documentation

In-pins

flow
connection
id
Mollie Order ID
lines
Mollie Order Lines {id, quantity, amount}, if empty, all lines are refunded.

Default:
all
description
The description of the refund you are creating.

Default:
all
metadata
We will save the data alongside the refund.

Out-pins

flow
connection
success
payment
metadata
id
status
error
customers: update

Update a customer in Mollie.

Mollie Documentation

In-pins

flow
connection
id
Customer ID.
name
Customers name.
email
Customers email.
locale
Customers locale.
metadata
Provide any data you like, and we will save the data alongside the customer.

Out-pins

flow
connection
success
customer
metadata
status
id
error
customers: delete

Delete a customer in Mollie.

Mollie Documentation

In-pins

flow
connection
id
Customer ID.

Out-pins

flow
connection
success
status
error
mandates: create

Create a customer mandate.

Mollie Documentation

In-pins

flow
connection
customer id
Customer to attach this mandate to.
method
Payment method of the mandate.
consumer name
The consumers name.
IBAN account
The consumers IBAN.
bic
The consumers banks BIC.
email
The consumers email.
signature date
The date when the mandate was signed.
reference
A custom mandate reference. Use an unique mandateReference as some banks decline a Direct Debit payment if the mandateReference is not unique.

Out-pins

flow
connection
success
mandate
status
id
error
orders: payment

Creates a payment on a existing order. A new payment can only be created while the status of the order is created.

Mollie Documentation

In-pins

flow
connection
id
Mollie Order ID
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.
customer id
The ID of the Customer for whom the payment is being created. This is used for recurring payments and single click payments.
mandate id
When creating recurring payments, the ID of a specific Mandate may be supplied to indicate which of the consumer’s accounts should be credited.

Out-pins

flow
connection
success
payment
metadata
id
status
error
orders: create

Creates a mollie order.

Mollie Documentation

In-pins

flow
connection
amount
amount in cents (e.g. 100.00EUR is 10000)
currency
EUR
number
e.g. 16785
locale
Allows you to preset the language to be used in the hosted payment pages shown to the consumer. e.g. nl_NL
billing address
The billing address this order is part of.
shipping address
If no shipping address is given, the billing address will be the shipping address.
lines
The lines that makes this order, make sure sum of total_amount is equal to the given amount.
redirect url
The URL your customer will be redirected to after the payment process.
webhook url
Set the webhook URL, where we will send order status changes to.
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.
payment
Any payment specific properties (for example, the dueDate for bank transfer payments) can be passed here.
meta data
Meta data for this payment (e.g. guid of order)

Out-pins

flow
connection
success
order
metadata
id
status
checkout
error
orders: update

Updates a mollie order.

Mollie Documentation

In-pins

flow
connection
id
Mollie Order ID
billing address
The billing address this order is part of.
shipping address
If no shipping address is given, the billing address will be the shipping address.

Out-pins

flow
connection
success
order
metadata
id
status
error
order lines: from object

Creates a valid order line array from a regular array of objects.

In-pins

lines
Array of Objects containing all the mollie order line data.

Out-pins

lines
order lines: multiple

Combines multiple lines.

In-pins

line

Out-pins

lines
address details: template

Creates a valid address object that can be used within mollie.

In-pins

organization name
The persons organization, if applicable.
title
The title of the person, for example Mr. or Mrs.
given name
The given name (first name) of the person.
family name
The family name (surname) of the person.
email
The email address of the person.
street & number
The street and street number of the address.
street additional
Any additional addressing details, for example an apartment number.
postal code
The postal code of the address.
city
The city of the address.
country
The country of the address in ISO 3166-1 alpha-2 format.
phone
The phone number of the person. Some payment methods require this information.

Out-pins

address
address details: from object

Creates a valid address object from a regular object.

In-pins

address
Object containing all the mollie address data.

Out-pins

address
payment methods: list

Retrieve all enabled payment methods.

Mollie Documentation

In-pins

flow
connection
parameters
The query parameters to pass.

Out-pins

flow
connection
success
error
methods
customers: create

Create a customer in Mollie.

Mollie Documentation

In-pins

flow
connection
name
Customers name.
email
Customers email.
locale
Customers locale.
metadata
Provide any data you like, and we will save the data alongside the customer.

Out-pins

flow
connection
success
customer
metadata
status
id
error
payments: create

Creates a new mollie payment, this is where most of the implementations start off.

Mollie Documentation

In-pins

flow
connection
amount
amount in cents (e.g. 100.00EUR is 10000)
currency
EUR
description
Payment for Invoice X
redirect url
Back to your website URL including http:// | https://
webhook url
Your API endpoint Mollie will send status updates regarding this payment to.
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.
meta data
Meta data for this payment (e.g. guid of order)
customer id
The mollie customer ID, required for sequence type payments.
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.
sequence type
If customer ID given, generates a mandate. Can be first or recurring.

Default:
oneoff

Out-pins

flow
connection
success
payment
The Mollie Payment object, see documentation for more details.
metadata
Pay URL
status
error
payments: get

Gets all the information about a mollie payment.

In-pins

flow
connection
id
The identifier uniquely referring to this payment.

Out-pins

flow
connection
success
payment
metadata
id
status
error
orders: get

Retrieve a single order by its ID.

In-pins

flow
connection
id
The order ID, for example ord_8wmqcHMN4U

Out-pins

flow
connection
success
order
metadata
id
status
payments
refunds
shipments
checkout
error
order lines: template

Creates a valid order line object that can be used within mollie.

In-pins

type
The type of product bought, for example, a physical or a digital product.
category
The category of product bought.
name
A description of the order line, for example LEGO 4440 Forest Police Station.
quantity
The number of items in the order line.
unit price
The price of a single item including VAT in the order line.
discount amount
Any discounts applied to the order line. For example, if you have a two-for-one sale, you should pass the amount discounted as a positive amount.
total amount
The total amount of the line, including VAT and discounts. Adding all totalAmount values together should result in the same amount as the amount top level property.
vat rate
The VAT rate applied to the order line, for example "21.00" for 21%. The vatRate should be passed as a string and not as a float to ensure the correct number of decimals are passed.
vat amount
The amount of value-added tax on the line. The total_amount field includes VAT.
sku
The SKU, EAN, ISBN or UPC of the product sold. The maximum character length is 64.
product url
A link pointing to the product page in your web shop of the product sold.
image url
A link pointing to an image of the product sold.
meta data
Meta data for this payment (e.g. guid of order)

Out-pins

lines
orders: cancel

Cancels a mollie order.

Mollie Documentation

In-pins

flow
connection
id
Mollie Order ID

Out-pins

flow
connection
success
order
metadata
id
status
error
order lines: from object

Creates a valid order line object from a regular object.

In-pins

line
Object containing all the mollie order line data.

Out-pins

lines
mollie: connect

Creates a new connection for mollie, allowing all kind of methods within the Mollie API.

In-pins

flow
apikey
The Mollie production or test API key, can be found in the Mollie Dashboard.

Out-pins

flow
connection