#pl_api

1 messages ¡ Page 1 of 1 (latest)

outer narwhalBOT
fossil wagonBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

  • pl_api, 12 minutes ago, 13 messages
  • pl_api, 2 days ago, 28 messages
outer narwhalBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1273648159771332759

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

sudden lark
#
    {
      id: 'bpc_1Ph4BBP7LyQtEQaSTmVKZPru',
      object: 'billing_portal.configuration',
      active: true,
      application: null,
      business_profile: {
        headline: null,
        privacy_policy_url: null,
        terms_of_service_url: null
      },
      created: 1722061953,
      default_return_url: null,
      features: {
        customer_update: {
          allowed_updates: [ 'name', 'email', 'address', 'phone' ],
          enabled: true
        },
        invoice_history: { enabled: true },
        payment_method_update: { enabled: true },
        subscription_cancel: {
          cancellation_reason: {
            enabled: true,
            options: [ 'too_expensive', 'switched_service', 'unused', 'other' ]
          },
          enabled: true,
          mode: 'at_period_end',
          proration_behavior: 'none'
        },
        subscription_pause: { enabled: false },
        subscription_update: {
          default_allowed_updates: [],
          enabled: false,
          proration_behavior: 'always_invoice'
        }
      },
      is_default: true,
      livemode: false,
      login_page: {
        enabled: true,
        url: 'https://billing.stripe.com/p/login/test_00gbL71hP6yM0Q86oo'
      },
      metadata: {},
      updated: 1722061953
    }
flint peak
#

No I don't believe so. If you give them payment method update permissions, then they can update their subscription payment method

sudden lark
#

The description of what I attempted to do may have been misleading.

Is there a way to enable payment method changes in the customer portal, but not allow subscription payment methods to be changed?
As per this title.
We want to enable updating of payment methods in the payment method list.
However, we do not want to be able to change the subscription payment method.

flint peak
#

Yeah that's not possible