#nimish-tank_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247884860509519902
đ Have more to share? Add details, code, screenshots, videos, etc. below.
hi there!
what's the issue exactly? do you get an error message? if so can you share the request ID (req_xxx)? you can find it here https://dashboard.stripe.com/test/logs
I have create the paused subscription and i am upgrade subscription so
facing error " You cannot update a paused subscription in a way that creates new invoice items. Unpause the subscription before attempting to update a subscription in this way. "
looks like the error is pretty clear
upgrade time I have paused subscription resume like
$resume_subscription = \Stripe\Subscription::update($package_data->profile_id, [
'pause_collection' => null,
]);
but is not working
can you share the request ID (req_xxx)? you can find it here https://dashboard.stripe.com/test/logs
yes, the error is pretty clear
"You cannot update a paused subscription in a way that creates new invoice items. Unpause the subscription before attempting to update a subscription in this way.
if you want to update the subsceription, first unpause it
it's explained here: https://docs.stripe.com/billing/subscriptions/pause-payment#unpausing
thank you connect me my solution resolve
did you fix the issue?
yes