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
In relation to #1418 . This issue was solved, I can now set a description for the subscription. The problem is, the description does not show up anywhere in the stripe dashboard. The payment intent description is showing up as the description in the payments tab, as seen below, but the description for subscription is a default one that was not supplied by me.
My questions are, what purpose does that description serve, where I can see it? And how can I set the description for a subscription when creating a checkout session in order to have have the same pattern as the one time payment description.
To Reproduce
Create a checkout session with: await stripe.checkout.sessions.create()
Supply subscription_data: {description: "test"}
Expected behavior
Expect the description to show up in the payments table instead of the default "Subscription creation" text.
Code snippets
No response
OS
macos
Node version
v16.13.0
Library version
v9.1.0
API version
2020-08-27
Additional context
No response
The text was updated successfully, but these errors were encountered:
@StefanGhiban Github issues should be limited to bugs with the library itself. This is a feature request for the Dashboard so I'd recommend flagging to our support team: https://support.stripe.com/contact
Describe the bug
In relation to #1418 . This issue was solved, I can now set a description for the subscription. The problem is, the description does not show up anywhere in the stripe dashboard. The payment intent description is showing up as the description in the payments tab, as seen below, but the description for subscription is a default one that was not supplied by me.
My questions are, what purpose does that description serve, where I can see it? And how can I set the description for a subscription when creating a checkout session in order to have have the same pattern as the one time payment description.
To Reproduce
Expected behavior
Expect the description to show up in the payments table instead of the default "Subscription creation" text.
Code snippets
No response
OS
macos
Node version
v16.13.0
Library version
v9.1.0
API version
2020-08-27
Additional context
No response
The text was updated successfully, but these errors were encountered: