Go further with Shopware 6
Last updated: November 11, 2022
You can extend your Shopware 6 integration in the following ways:
- Support alternative payment methods
- Enable 3D Secure payments
- Manually capture and refund payments
- Customize order statuses
- Create automatic refund or capture flows
Support alternative payment methods
Note
To enable an alternative payment method on your account, contact your Customer Success Manager.
We currently support the following payment methods on Shopware 6:
Check the individual payment method pages to see which ones you can support. Availability will depend on your location, as well as your customer's currency and billing address.
Enable alternative payments
- Sign in to your Shopware Administration and select the sales channel to which you'd like to add payment methods.
- Under the Payment and shipping settings, select the payment methods you want to support.
- Select Save.
Enable Apple Pay
- Sign in to your Shopware Administration and select Settings > Payment methods.
- Select Edit details next to Apple Pay.
- In the Checkout.com Payments Configuration section, enter your Apple merchant ID. You can find this in your Apple Developer account.
- Upload your Apple Key Certificate file (.key) and Apple PEM Certificate file (.pem).
- Select Save.
See our Apple Pay documentation for more information.
Enable Google Pay
- Sign in to your Shopware Administration and select Settings > Payment methods.
- Select Edit details next to Google Pay.
- In the Checkout.com Payments Configuration section, enter your Google merchant ID. You can find this in your Google payments profile.
- Select Save.
See our Google Pay documentation for more information.
Enable 3D Secure payments
- Sign in to your Shopware Administration and navigate to Extensions > My extensions.
- Next to Checkout.com Payments, select the three dots menu, then select Configure.
- In the Payments section, select 3D Secure.
- Select Save.
Manually capture and refund payments
Manually capture a payment
- Sign in to your Shopware Administration and select _Settings > Payment methods.
- Select Edit details next to Card Payments.
- In the Checkout.com Payments Configuration section, select Manual Capture.
- Select Save.
Refund a payment
- Once you've created an order, sign in to your Shopware Administration and find the order in Orders > Overview.
- If the payment was not captured automatically on authorization, capture the payment now. A captured payment will have a
Paid
status. - Select an order number to open the order.
- In the Items section, select Checkout.com Refund.
- On the refund page, you'll see a list of items included in the order. Select the items you'd like to refund and the return quantity.
- Select Yes, I want to refund the selected items, then select Refund selected items. A new line will appear showing the refunded item's quantity and price.
In case a rounding error occurs, you can use the Fix price difference button to adjust the refund amount.
Customize order statuses
- Sign in to your Shopware Administration and navigate to Extensions > My extensions.
- Next to Checkout.com Payments, select the three dots menu, then select Configure.
- In the Order Status Customization section, you can customize statuses for paid, failed, authorized, or voided payments. Make sure that the order statuses match the configuration used in your store.
Create automatic refund or capture flows
With our Shopware 6 plugin, you create automatic business flows using the Flow Builder. The Flow Builder requires Shopware version 6.4.6.0 or later.
Our plugin supports two Flow Builder flows: full capture and full refund.
- Sign in to your Shopware Administration and select Settings > Flow Builder. This page contains an overview of all your created flows.
- Select Add flow to create a new flow.
- Enter a name and description for the flow.
- Go to the Flow tab and select the trigger for which you would like to create a flow. For example, to create a refund flow, select State Enter > Order Delivery > State > Returned.
- Select Add action, then select (checkout.com) Full refund.
- Select Save. You can now test the refund flow by changing the delivery status of any order paid using a Checkout.com supported payment method to
Returned
.