#daniell_74820
1 messages · Page 1 of 1 (latest)
Hi there!
Yes you can activate/deativate a Payment Link: https://stripe.com/docs/api/payment_links/payment_links/update?lang=node#update_payment_link-active
is it possible to do this over the dasboard?
Yes:
thank you very muh for your response and time!
Happy to help 🙂
Is this also possible for stripe checkout with stripe hosted page?
Is what possible?
To temporarily deactivate Stripe Checkout for a special product. I am following the videos on https://stripe.com/docs/videos/checkout-101
Hmm, that's not how Checkout works. It's not a permanent, always available surface like a Payment Link. You create a unique session per payment
Those sessions expire, or can be manually expired. Maybe that is what you want
If I understand you correctly, can I prevent purchasing by not creating a session?
Yes, exactly