<?xml version="1.0"?>

<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="customer_account"/>
    <head>
        <title>My Payment Methods</title>
        <css src="StripeIntegration_Payments::css/stripe_payments.css" />
    </head>
    <body>
        <referenceContainer name="content">
            <block class="StripeIntegration\Payments\Block\Customer\PaymentMethods" name="customer_payment_methods" template="customer/payment_methods.phtml" cacheable="false"/>
        </referenceContainer>
    </body>
</page>
