Anchor to SubscriptionMigrationGatewaySubscription
objectSubscription Migration Gateway
Requires The app must have read access to subscription migration gateways.
Represents a payment gateway with its name and account ID for subscription migrations.
Anchor to FieldsFields
- accountId (String)
- isPrimaryGateway (Boolean!)
- name (SubscriptionMigrationGatewayName!)
- Anchor to accountIdaccount•String
Id The account ID associated with the payment gateway.
- Anchor to isPrimaryGatewayis•Boolean!
Primary Gateway non-null Whether the payment gateway is the primary direct gateway for the shop.
- Anchor to namename•Subscription
Migration Gateway Name! non-null The name of the payment gateway.
Was this section helpful?
Anchor to QueriesQueries
- subscriptionMigrationGateways ([SubscriptionMigrationGateway!]!)
- •query
Returns the list of payment gateways available for subscription contract migrations, allowing merchants to move existing subscriptions from one payment gateway to another.
Was this section helpful?