stripeSubscriptionMigrate

Graphql fields and variables for the stripeSubscriptionMigrate mutation

Migrate a subscription from Stripe

Scope required: standard:write

mutation stripeSubscriptionMigrate ($quoteId: ID!, $paymentMethodId: String!) {
  stripeSubscriptionMigrate (quoteId: $quoteId, paymentMethodId: $paymentMethodId) {
      account {
        accountTypeId
        addressValidated
        annualRevenue
        arr
        billingCity
        billingContactId
        billingCountry
        billingDay
        billingState
        billingStreet
        billingZip
        code
        createdAt
        currencyId
        description
        draftInvoices
        duns
        emailsEnabled
        employees
        entityId
        entityUseCode
        fax
        groupId
        id
        industryId
        invoiceTemplateId
        linkedinUrl
        mrr
        mur
        name
        netPaymentDays
        newQuoteBuilder
        ownerUserId
        phone
        shippingCity
        shippingCountry
        shippingState
        shippingStreet
        shippingZip
        taxNumber
        taxNumberValidated
        timezone
        updatedAt
        website
      }
      errors
      subscription {
        accountId
        cancellationDate
        createdAt
        currencyId
        daysLeftInTrial
        endDate
        evergreen
        id
        name
        period
        priceAdjustmentAllowed
        priceAdjustmentLastDate
        priceAdjustmentPercentage
        priceListId
        provisioningRequired
        rampIntervalMonths
        renewalSummary
        renewalTermMonths
        startDate
        trialEndDate
        trialPeriod
        trialStartDate
        updatedAt
      }
  }
}

Arguments

{
  "quoteId": "456123",
  "paymentMethodId": ""
}
Name
Type
Description

quoteId

ID

paymentMethodId

String

Response

Name
Type
Description

account

errors

List (String)

subscription

Last updated

Was this helpful?