#b33fb0n3_unexpected
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/1229694403027664917
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- b33fb0n3_api, 4 days ago, 154 messages
- b33fb0n3_api, 5 days ago, 48 messages
- b33fb0n3_docs, 6 days ago, 9 messages
When I am inside my stripe dashboard in the worksheet: https://dashboard.stripe.com/payments/pi_3Osj8PD4LgnRPd5t114tPRF2#wb-N4Igdghgbglg5hALjA9mEAuUEDGyoCmAKhAEaYgDOAFgQDZ0gA0IiZAEjJYigE4CemANogYYSgAcCePiAC6LXigCuiAp259BGIXIC+LSjABeYuJjDKGLWvGqIKAdgAMUasxCwjpGHRiJ+AFkUABMCCi8YUjpwvSA
I fetch the paymentintent. I see the charges. When I print the "SDK Request" and execute it, I get won't get the charges
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hi there, can you tell me what you expect and what you obtained? Also what you mean by print the "SDK Request" ?
When you click on "Print SDK Request" you get the actual code, that needs to be executed to retrieve the same result:
Expected: Also get the charges list:
Got: only the paymentintent without the charges list
Got it, that's probably caused by the different Stripe API version being used there.
oh ok. How can I change this?
https://docs.stripe.com/upgrades#2022-11-15 since API version 2022-11-15, The charges property on PaymentIntent has been removed
You can create an API request with an older Stripe API version.
hm ok, can I somehow get the firstname and lastname from the customer with only the information via this paymentintent?
Sure, you can expand the customer property when retrieving a paymentIntent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ah that's pretty easy. I will do that ๐
Can I ask another question regarding this topic?
Of course
When my app shows the "correct" data (because it was (past) removed), why my worksheet in stripe dashboard (which is new) isn't in the correct stripe version?
What do you mean by "correct data" and "correct stripe version" ?
That's Stripe Shell. Sorry I still don't understand your question.
The version without the charges is the newer version, correct?
You mean Stripe API version? Yes.
yes, stripe api version. Ok, so without the charges is the newer version. So this worksheet inside my dashboard uses a outdated version, because it shows the charges, correct?
The Stripe Shell is using your account's default API version, which is
2022-08-01
https://dashboard.stripe.com/logs/req_FGPKUtP0f4yfhD I checked one of the recent requests that you made, and you explicitly set the API version to 2023-08-16, which is different from your default API version.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
oh ok. How to upgrade this stripe shell? Can it be done without breaking current workflows?
You mean specify a higher Stripe API version? you can specify the API version in header
I mean inside this stripe shell, yes
๐ taking over for my colleague. Let me catch up.
sure ๐
thanks, done that. But I still get the charges list ๐ค
would you mind sharing the request ID?
If you need the link to the request: https://dashboard.stripe.com/payments/pi_3Osj8PD4LgnRPd5t114tPRF2#wb-N4Igdghgbglg5hALjA9mEAuUEDGyoCmAKhAEaYgDOAFgQDZ0gA0IiZAEjJYigE4CemANogYYSgAcCePiAC6LXigCuiAp259BGIXIC+LSjABeYuJjDKGLWvGqJMAVgCcAdhawjpGHRiJ+ALIoACYEFJ4wpHRhekA
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
do you mean on the dashboard or in the shell?
I mean inside the stripe workbench ๐
that's why I asked for the request ID
no worries, I'll find it
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I don't know where to find a request id for retrieves. For others I know where to find it..
you have to select GET from the methods
on the request filters
it's unchecked by default
ah that makes sense. The request you linked uses an even newer version ๐ค
So the charges list shouldn't be in there, right?
yes
isn't that the api-version you used?
can you share a screenshot of the shell command you ran?
and the result
I used this one:
sorry I shared the wrong one https://dashboard.stripe.com/logs/req_lMjni44mDuoeHz
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is the request in question
would you mind sharing the results you received?
we don't store the results of GET requests
yea sure. It's the same result
can you try something for me?
yes sure, but last time I trusted you my trust was broken...
can you tell me what you want me to do and I think about it?
I just want to check whether this is a problem from the workbench itself or from the stripe cli
that's why I want you to install the Stripe-CLI on your machine
and try the same command and see if you get the same results or different
how to add the livemode secret key there?
I made the request and there is no charges list
you got the correct response with latest_charge right?
yes, with latest_charge
ok so this seems like a bug in the Workbench Shell
I will report it
anything else I could help you with?
No, nothing else from my side. Do you need anything else from me?
I'm just curious why you think I've broken your trust
I wrote the specific parts in this message down: #1227895114685218837 message
we take turn helping people on this channel, so basically if I'm not there someone else would take the lead and help you out
and sometimes we deem that the help needed is larger than what we could handle synchronously on discord based on the volume we have.
of course and that's completely fine. My point is this:
redirecting you to support doesn't mean letting you down
that's also completely fine and I understand this
I'm not sure I understand the beef here
I guess there is no beef. The point is just, that I trusted you (via the two messages I linked) and that what you promised never happend. So: trust broken. No beef. Just broken trust
I'm not sure where did I let you down, would you mind being explicit?
the fact that I'm no longer on discord and didn't keep your thread shouldn't be an issue or a reason to break the trust between our users and the admins of this server
a very competent colleague took over the thread, and the discussion should continue from where it was left
but I think this is in the past, I'm happy you're back, and I'm happy I was able to help you out here.
If you're still stuck on the webhook part of your integration, I'm happy to pick up the conversation from where we left it last time
Yea, everyone have weak points and also strong points. For me it's important to only promise stuff that I can hold ๐
I am fine with it.