You can manage orders in your Adobe Commerce admin panel, or in the Adyen Customer Area. If you have set up webhooks, the two platforms are kept in sync.
Capture an order
If you set up manual capture, you need to explicitly request a capture for each order to complete the transaction. You can capture an order in the Adyen Customer Area, or in Adobe Commerce.
To capture an order in Adobe Commerce:
- Log in to your Adobe Commerce admin panel.
- In the menu, go to Sales > Orders. This opens the order overview page.
- Select the order you want to capture.
- In the upper-right corner of the page, select Invoice.
- If you want to make a partial capture, reduce the quantity of the products.
- Select Submit Invoice to complete the capture.
When you have captured an order, a CAPTURE webhook is sent to Adobe Commerce. After you have successfully captured the order, the Adobe Commerce invoice status will move to Paid.
Cancel an order
You can cancel an order if it is authorised, but not yet captured. This is only possible if you have set capture delay to manual in the Adobe Commerce admin panel. You can cancel an order in the Adyen Customer Area, or in Adobe Commerce.
After an order is captured, it is impossible to cancel the order. If you want to return the funds to your shopper, you need to refund the order.
To cancel an order in Adobe Commerce:
- Log in to your Adobe Commerce admin panel.
- In the menu, go to Sales > Orders. This opens the order overview page.
- Select the order you want to cancel.
- In the upper-right corner of the page, select Cancel.
When you have cancelled an order, a CANCELLATION webhook is sent to Adobe Commerce. After you have successfully cancelled the order, the Adobe Commerce order status will move to Closed, or to the status that you selected in the Adobe Commerce admin panel for Order status: order cancellation .
Refund an order
If you want to return the funds to your shopper, for example if they returned an item, you need to refund the payment. You can refund an order in the Adyen Customer Area, or in Adobe Commerce.
To refund an order in Adobe Commerce:
- Log in to your Adobe Commerce admin panel.
- In the menu, go to Sales > Orders. This opens the order overview page.
- Click on the order you want to refund.
- In the Order View menu on the left, select Invoices.
- In the invoice overview page for the selected order, select the order invoice you need to create a refund for.
- In the on the upper-right corner of the page, select Credit Memo.
- On the New Memo page, scroll down to the Items to Refund pane.
- Select the quantity of items that you want to refund.
- Select Refund at the bottom of the page.
When you make a refund, a REFUND notification is sent to Adobe Commerce and a credit memo is created. If you refunded part of an order, the Adobe Commerce order status remains Processing. If you refunded the order completely, the Adobe Commerce order status will move to Closed. If your refund was successful, the credit memo status changes to Refunded.
Expired payments
If a payment expires, an
OFFER_CLOSED
webhook is sent to Adobe Commerce. This event code ensures that expired payments are automatically closed, for example if the shopper abandons the payment session.
The default setting for an order expiration date depends on the payment method:
- Card payments: 12 hours
- Other payment methods: up to 28 days
If you want to change the default setting, contact our Support Team to configure a custom expiry date and specify the merchant accounts, schemes and timeframe in hours or days.
Expired SVS gift card payments
An exception occurs for SVS gift card payments where Adyen does not send an
OFFER_CLOSED
webhook for expired SVS gift card payments.
Currently, offers are only closed automatically if shoppers abandon the payment session by selecting the Previous button on the SVS payment page. If shoppers abandon the payment session differently, for example by closing the browser, the offers can not be closed automatically. This means that you have to close these offers manually from the Adobe Commerce admin panel.
Alternatively, you can set a pending payment order lifetime in Adobe Commerce to run scheduled cron jobs which close pending offers.