#Giriraj

1 messages · Page 1 of 1 (latest)

vernal houndBOT
#

Hello! We'll be with you shortly. 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.

regal spruce
#

i doing like this

torpid meadow
regal spruce
#

it's giving me this error

torpid meadow
#

Yes, you're missing the id parameter of the si_xxx you want to update. That API call you've shared it just adding a new item

#
stripe.subscriptions.update(
  'sub_xxxxxxxxx',
  {
    items: [
      {
        id: 'si_xxx',
        quantity: 6
      },
    ],
  }
);