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 descriptions for both one time payments and for subscriptions as well. I am setting these descriptions via payment_intent_data.description and subscription_data.description. The description field is available for payment_intent_data but not for subscription.
To Reproduce
Create a checkout session: stripe.checkout.sessions.create()
Provide payment_intent_data: {description: "test"} field
Provide subscription_data: {description: "test"} field
In typescript, an error will show up as description does not exist on type SubscriptionData.
Expected behavior
Expected to set a description for both one time payment and for subscription type payments. It is only possible for me on the one time payment and not subscriptions.
Code snippets
No response
OS
macos
Node version
v16.13.0
Library version
v8.191.0
API version
2020-08-27
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I am trying to create a checkout session and provide descriptions for both one time payments and for subscriptions as well. I am setting these descriptions via payment_intent_data.description and subscription_data.description. The description field is available for payment_intent_data but not for subscription.
To Reproduce
Expected behavior
Expected to set a description for both one time payment and for subscription type payments. It is only possible for me on the one time payment and not subscriptions.
Code snippets
No response
OS
macos
Node version
v16.13.0
Library version
v8.191.0
API version
2020-08-27
Additional context
No response
The text was updated successfully, but these errors were encountered: