diff --git a/src/SepaInterface.php b/src/SepaInterface.php
index 833d240..da13a94 100644
--- a/src/SepaInterface.php
+++ b/src/SepaInterface.php
@@ -2,12 +2,12 @@
 
 namespace Drupal\commerce_sepa;
 
-use Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\SupportsStoredPaymentMethodsInterface;
+use Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\SupportsCreatingPaymentMethodsInterface;
 use Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\SupportsUpdatingStoredPaymentMethodsInterface;
 
 /**
  * Provides the interface for the commerce_sepa payment gateway.
  */
-interface SepaInterface extends SupportsStoredPaymentMethodsInterface, SupportsUpdatingStoredPaymentMethodsInterface {
+interface SepaInterface extends SupportsCreatingPaymentMethodsInterface, SupportsUpdatingStoredPaymentMethodsInterface {
 
 }
