Skip to content

Order Overview

Ruben Bielen edited this page Dec 3, 2024 · 5 revisions

You can find a list of all orders under: Merchant Tools -> Ordering -> Orders

Advanced filtering

To perform an advanced search, take the following steps:

  1. Click on Advanced
  2. Select the attribute u want to filter on (example custom.mollieOrderId)
  3. Select operator (equals, contains)
  4. Fill in the attribute value
  5. Click Find

User Guide 1

Attributes

The Attributes tab contains the custom attributes that are related to Mollie payments created with the Orders API.

User Guide 2

ID Type Description
Mollie order ID (mollieOrderId) String Mollie order ID for payments created with the Orders API
Mollie order status (mollieOrderStatus) String Mollie order status for payments created with the Orders API
Used Method (mollieUsedTransactionAPI) String The used API method to create this payment, this can either be order or payment. ORDERS API = DEPRECATED! Move to the Payments API.
Refund status Enum of strings The refund status of the order this attribute can contain the following values:
  • REFUND_STATUS_NOTREFUNDED
  • REFUND_STATUS_PARTREFUNDED
  • REFUND_STATUS_REFUNDED
Order is authorized (mollieOrderIsAuthorized) Boolean

Some payment methods support authorizations. This means that a consumer can authorize a payment, but it will not be executed immediately. It will give us all the needed information to process the payment at a later point.

This execution is called a capture. If the payment method supports authorizations, the consumer will authorize a payment when the order is created. If the authorization is successful, the order will have status authorized.

Payment

The Payment tab contains the Salesforce payment details and custom attributes that are related to Mollie payments created with the Mollie Payment API.

User Guide 3

ID Type Description
Mollie payment ID (molliePaymentId) String Mollie payment ID for payments created with the Payment API
Mollie payment status (molliePaymentStatus) String Mollie payment status for payments created with the Payment API
Mollie payment description (molliePaymentDescription) Text Generated description (explained in Description field section)
Mollie payment details (molliePaymentDetails) Text Contains the Mollie payment specific details like bankBic, bankName,...
Mollie payment link (molliePaymentLink) String Contains the Mollie payment link the customer can use to fulfill the payment