# SubscriptionMigrationGateway - admin - OBJECT Version: unstable ## Description Represents a payment gateway with its name and account ID for subscription migrations. ### Access Scopes The app must have read access to subscription migration gateways. ## Fields * [accountId](/docs/api/admin/unstable/scalars/String): String - The account ID associated with the payment gateway. * [isPrimaryGateway](/docs/api/admin/unstable/scalars/Boolean): Boolean! - Whether the payment gateway is the primary direct gateway for the shop. * [name](/docs/api/admin/unstable/enums/SubscriptionMigrationGatewayName): SubscriptionMigrationGatewayName! - The name of the payment gateway. ## Connections ## Related queries * [subscriptionMigrationGateways](/docs/api/admin/unstable/queries/subscriptionMigrationGateways) The list of payment gateways that can be used for subscription contract migrations. ## Related mutations ## Related Unions ## Examples