Skip to content

Customer Service Center Actions

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

The following actions can only be made on the Customer Service Center page located under: Merchant Tools -> Ordering -> Customer Service Center. This actions cannot be found under the normal order or payment overview located under: Merchant Tools -> Ordering -> Orders.

Make sure to assign the correct user rights to the correct roles.

  1. Go to Administration -> Organization -> Roles & Permissions
  2. Click on the on a role
  3. Go to Customer Service Center Permissions
  4. Select the specific sites
  5. Enable following roles

User Guide 4

Performing a payment cancel

Order cancels are managed by custom actions on the order itself.

  1. Press the Find Order button.
  2. Select an order
  3. Press the More button on the top right corner and select Cancel payment.
  4. For orders created with the Payment API you can cancel the whole payment. User Guide 5
  5. For orders created with the Orders API you can choose the products to cancel. (max amount already prefilled) Some payment methods can be canceled by the merchant for a certain amount of time, usually until the next business day. Or as long as the Mollie payment status is open. Only orders that are CREATED/OPEN/NEW/COMPLETED can be canceled! User Guide 6
  6. Click on Cancel to cancel the order or payment.

Performing a payment refund

Order refunds are managed by custom actions on the order itself.

  1. Press the Find Order button.
  2. Select an order
  3. Press the More button on the top right corner and select Refund payment.
  4. For orders created with the Payment API you can choose the amount to refund. (max amount already prefilled) Only orders that are OPEN/NEW/COMPLETED can be refunded! User Guide 7
  5. For orders created with the Orders API you can partially or fully refund the order. For each product the maximum quantity already prefilled. Only orders that are OPEN/NEW/COMPLETED can be refunded! User Guide 8
  6. Click on Refund to refund the payment or order

Performing a order shipment

Order shipments are managed by custom actions on the order itself.

  1. Press the Find Order button.
  2. Select an order
  3. Press the More button on the top right corner and select Ship order.
  4. You can only ship orders that are created with the Orders API. You can partially or fully ship the order. For each product the maximum quantity is already prefilled Only orders that are OPEN/NEW/COMPLETED User Guide 9
  5. Click on Ship to ship the order or products.

Request payment link

Request payment link is managed by custom actions on the order itself.

  1. Press the Find Order button.
  2. Select an order
  3. Press the More button on the top right corner and select Request payment link. Only orders that are OPEN/NEW/CANCELED/FAILED can be requested for a payment link. User Guide 10
  4. Click on Send to send the payment link to the customer.
    • Please note that Salesforce does not provide mailing, the integrator needs to implement this by extending / overwrite the bm_mollie/cartridge/scripts/payment/paymentLink file

Performing a payment capture

Payment captures are managed by custom actions on the order itself

  1. Press the Find Order button.
  2. Select an order
  3. Press the More button on the top right corner and select Capture Payment.
  4. Only orders that are OPEN/NEW/COMPLETED and have an AUTHORIZED payment can be captured! User Guide 11
  5. Click on Capture to proceed.