Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The subscription description does not appear in the payments dashboard when creating a checkout session. #1421

Closed
StefanGhiban opened this issue May 12, 2022 · 1 comment
Assignees
Labels

Comments

@StefanGhiban
Copy link

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.
image
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

  1. Create a checkout session with: await stripe.checkout.sessions.create()
  2. 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

@remi-stripe remi-stripe self-assigned this May 12, 2022
@remi-stripe
Copy link
Contributor

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants