Order Overview - mollie/SalesforceCommerceCloud GitHub Wiki
You can find a list of all orders under: Merchant Tools -> Ordering -> Orders
To perform an advanced search, take the following steps:
- Click on Advanced
- Select the attribute u want to filter on (example custom.mollieOrderId)
- Select operator (equals, contains)
- Fill in the attribute value
- Click Find

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

| 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:
|
| 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. |
The Payment tab contains the Salesforce payment details and custom attributes that are related to Mollie payments created with the Mollie Payment API.

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