#LoganParke
1 messages · Page 1 of 1 (latest)
stripe.subscriptions.update(subscription.id, {
cancel_at_period_end: false,
proration_behavior: 'create_prorations',
plan: {
amount: '1234',
}
});
I don't think you can update the amount like that. I believe you need to create a new Plan altogether