<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <payment>
            <eway_applepay>
                <active>0</active>
                <model>EwayApplePayFacade</model>
                <order_status>eway_captured</order_status>
                <payment_action>authorize_capture</payment_action>
                <title>Apple Pay - Eway</title>
                <cctypes>AE,VI,MC,JCB,DI</cctypes>

                <can_initialize>0</can_initialize>
                <can_authorize>1</can_authorize>
                <can_capture>1</can_capture>
                <can_capture_partial>0</can_capture_partial>
                <can_void>0</can_void>
                <can_cancel>0</can_cancel>
                <can_refund>0</can_refund>
                <can_refund_partial_per_invoice>0</can_refund_partial_per_invoice>
                <can_use_internal>1</can_use_internal>
                <can_use_checkout>1</can_use_checkout>
                <is_gateway>1</is_gateway>
            </eway_applepay>
        </payment>
    </default>
</config>
