#LoganParke

1 messages · Page 1 of 1 (latest)

pliant ivyBOT
clever pelican
#

stripe.subscriptions.update(subscription.id, {
cancel_at_period_end: false,
proration_behavior: 'create_prorations',
plan: {
amount: '1234',
}
});

cunning grail
#

I don't think you can update the amount like that. I believe you need to create a new Plan altogether

clever pelican
#

oh ok, so maybe delete their old subscription and create an entirely new one?

#

also one more quick question, i'm new to this but for subscriptions Stripe holds the card information from customers correct? I don't have to do anything with customer card info?