#mazu_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1377016686070464593
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ please feel free to share more details about the problem you're having regarding your settings.
Ix this specifically about adjusting your code to change how things appear in the Stripe dashboard?
I'm less familiar with the dashboard side of things, since our team here focuses on helping developers work with our APIs and SDKs, but believe that column is driven by the description on the underlying Payment Intent object. How are you integrated with Stripe, are you using Invoicing or Billing at all, or are you just processing payments?
I removed your screenshot because I couldn't tell whether it was test data or real customer data, and this is a public forum, so I deleted it in case it was real data.
i'm just using it for customers payments...
Gotcha, can you tell me more about how you're doing that? Are you creating Payment Intents?
yes
basicly my customers book rooms on my website and they can pay securely thru stripe app
Have you tried changing the value you use for the description parameter when making a request to create the Payment Intent?
https://docs.stripe.com/api/payment_intents/create#create_payment_intent-description
That's where I would suggest starting, and see if that changes what you see in the referenced column with the dashboard for these payments.
i will try that, thank you for your help toby,