You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a checkout session and provide description for a subscription. I am setting these descriptions via subscription_data.description param. Seems similar issue is mentioned here for the node library: stripe/stripe-node#1418
To Reproduce
Create a checkout session: \Stripe\Checkout\Session::create();
Provide subscription_data with a description param:
Hello everyone! Github issues are limited to bugs with the library (stripe-php) itself. This question is not really about the library and more about the Checkout product so this isn't the right place to report this.
To help answer though, this is not a bug and is currently expected behaviour. The description was introduced more for distinguishing 2 Subscriptions to the same Product in the Customer Portal for example. Similarly to payment_intent_data[description] it's not something we show on Checkout today.
I do agree that it could make sense to show this on Checkout though and I'll flag to our product team. I recommend that you reach out to our support team to discuss this and raise your interest for this as a feature request: https://support.stripe.com/contact
Describe the bug
I am trying to create a checkout session and provide description for a subscription. I am setting these descriptions via subscription_data.description param. Seems similar issue is mentioned here for the node library: stripe/stripe-node#1418
To Reproduce
Expected behavior
Expecting to set a description for subscription type payments on the checkout session.
Code snippets
No response
OS
Windows
PHP version
8.0
Library version
v7.128.0
API version
2020-08-27
Additional context
No response
The text was updated successfully, but these errors were encountered: