What payment methods are compatible with One Step Checkout?
The One Step Checkout module is compatible with some payment methods by default:
- PayPal
- Amazon Pay
- Braintree
- Klarna
- Stripe
Some payment methods require additional compatibility modules to be installed. To access this functionality, you need to have an active subscription and the following modules installed:
- Adobe Payment Services (For Pro and Premium versions) - amasty/module-one-step-checkout-adobe-payments
- Adyen - amasty/module-checkout-adyen
- Authorize.net - amasty/module-checkout-authorize-net
- Opayo (Sage Pay) - amasty/module-checkout-opayo
- Mollie - amasty/module-checkout-mollie
Kindly note, that we don't preemptively test our extensions with other third-party modules, themes, or customizations. However, if any compatibility issues arise, our support team will investigate them in terms of support. Please refer to the corresponding FAQ article to see some examples of how the Amasty team helps clients when our modules conflict with third-party ones.
If you're experiencing some issues with a payment method that is missing from the list above, don't hesitate to contact our support team to get more information.
Related Articles
Is One Step Checkout compatible with default Magento In-Store Pickup delivery method?
One Step Checkout Pro and Premium versions are compatible with In-Store Pickup delivery method through a separate compatibility package. The package comes as a suggested one, so it's not installed with the main module automatically. To install it, ...
What features are included in each tariff plan of One Step Checkout?
LITE One Step Checkout extension - all checkout sections on one page; - customizable design (layout, color scheme, address formatting, default values); - customer GeoIP location detect; - easy checkout fields management; Stripe Card Element ...
One Step Checkout API
1. Amasty\Checkout\Api\AdditionalFieldsManagementInterface - class for managing additional fields for logged-in users: POST /V1/amasty_checkout/carts/:cartId/amcheckoutFields, method="save" - save a field for a specific cart by ID; POST ...
One Step Checkout | GraphQL methods
Queries getAdditionalFields (cartId: String!) description: get information about additional fields getDefaultIpData description: get information about default IP address getAvailableShippingMethods (cartId: String!) description: get the information ...
One Step Checkout does not appear on Hyva theme. What should I do?
To ensure the compatibility of One Step Checkout extension with Hyva, please follow the below steps: Step 1. Install the Hyva compatibility packages, that can be accessed via composer: composer ...