OXID 7: Set up payment options

❗️

Important

At the moment, Split Authorization and Capture (Merchant Capture) is only supported by Credit Cards with Payments API.

What is Split Authorization and Capture (Merchant Capture)

For card payments, you can pre-authorize a card to reserve funds before you capture and process the payment at a later time, however, you have to capture the funds before the authorization expires.
You can view the expiry date for an authorized payment on the Payment Details page.

Once the authorization expires, the reserved funds are released and the payment is assigned an Expired status (you can not capture the funds after a payment expires).

What you need to know in advance

  • At the moment, we need to activate Split Authorization and Capture for your Mollie account on our side. Please contact Mollie Support [email protected] to enable it.
  • You can only create one capture per payment.
  • If you capture less than the authorized amount, the remaining amount is released.
  • The default capture mode in OXID is Automatically capture credit card amounts. You need to change the capture mode manually if you want to use the Split Authorization and Capture.

Configuration

To use Split Authorization and Capture, you need to activate the payment type Credit Card in your OXID shop's backend with the following options:

ConfigurationOptionDescription
Capture MethodAuthenticate credit card before capture

Directly capture credit card amounts

Automatically capture credit card amounts
- The amount will be authorized and you have to manually capture the amount via the Mollie tab within the order or via a provided cronjob.

- The amount will be directly captured.

- The amount will be automatically captured by Mollie after X days (you can choose between 1 and 7 days).
Automatically Capture after1 - 7Only available if Automatically capture credit card amounts is selected as a Capture Method. Mollie will automatically capture the amount after the specified number of days.