#shubhamjha
1 messages · Page 1 of 1 (latest)
await stripe.subscriptions.update(id, {
schedule: null,
})
i am tryninh with this
but it says 'Received unknown parameter: schedule',
stack: 'Error: Received unknown parameter: schedule\n' +
You release the Subscription from the Schedule: https://stripe.com/docs/api/subscription_schedules/release
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this is my subscription data
Yes, you can't do that via /update. You need to release the Schedule via the endpoint I described
oh
what subscription_exposed_id
Hey! Taking over for my colleague. Can you give more details about your last reply please?
!atm