--- title: SubscriptionMigrationGateway - GraphQL Admin description: >- Represents a payment gateway with its name and account ID for subscription migrations. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/SubscriptionMigrationGateway md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/SubscriptionMigrationGateway.md --- # Subscription​Migration​Gateway object Requires The app must have read access to subscription migration gateways. Represents a payment gateway with its name and account ID for subscription migrations. ## Fields * account​Id [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The account ID associated with the payment gateway. * is​Primary​Gateway [Boolean!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) non-null Whether the payment gateway is the primary direct gateway for the shop. * name [Subscription​Migration​Gateway​Name!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/SubscriptionMigrationGatewayName) non-null The name of the payment gateway. *** ## Map No referencing types *** ## Queries * [subscription​Migration​Gateways](https://shopify.dev/docs/api/admin-graphql/unstable/queries/subscriptionMigrationGateways) query The list of payment gateways that can be used for subscription contract migrations. *** ## \SubscriptionMigrationGateway Queries ### Queried by * \[subscription​Migration​Gateways](https://shopify.dev/docs/api/admin-graphql/unstable/queries/subscriptionMigrationGateways)