#arden-malikb_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/1394323890150445117
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
The order numbers don't mean much on Stripe. Those are internal references in your own account.
Unfortunately, the data on our end is redacted to a degree so we can't also just search by order number and find the relevant logs.
Do you log order number with a PaymentIntent (in metadata or something)? If so, what happens if you look for the order number through the dashboard?
We do log the PaymentIntent for the stripe orders but, for this order the paymentIntent in not logged in our db. So, is there any other way to find the order ?
Have you tried looking for the request to POST /v1/payment_intents around the same time in your request logs?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Yes we tried to find the request in this logs, but cannot find any logs for this order.
Unfortunately, the dashboard link doesn't help narrow this down.
You could have the customer look up charge using this customer facing tool - https://support.stripe.com/charge-lookup
We cannot request card information directly from our clients. Could you please assist us with an alternative approach?
I want to but there's not much I can help with given there's no request ID or PaymentIntent ID on your account that you're able to find. Like I mentioned, Order IDs you generate on your application level don't mean much on Stripe and our security practices redacts the data we're able to look at.
I would suggest you reach out to our support about this, they might have better/different tooling available to them
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
You’re not able to assist in finding anything related to this API call based on the receipt URL I shared?
Dashboard URLs are specific to the account you're logged into. I can't extract anything from there
This is the only details I have found regarding this request :
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If you look up that payment method (pm_xxx) on the dashboard, what do you see?
Looks like this was a direct charge made by your platform, meaning the relevant objects would exist on the connected account (acct_1GEZdzgU1LOq02Ya4ooN)
So you need to look into that connected account's logs
Looks like this is the PaymentIntent ID - pi_2RihdmdzgU1LOq0204pD5ERX that payment method was used with and it matches the order number you've provided
Looks like payment was successful
Can you please share the URl for dashboard URL for checking the logs for my connected account and provide me necessary details through which I can check the logs.
My team mainly helps with API related questions so we won't be able to help much if you're purely trying to do this via the dashboard.
Generally, you can look up the payments of a connected account by navigating to - https://dashboard.stripe.com/connect/accounts & looking up the relevant connected account your payment was processed for.
Can we check this order's transaction details using the API's call ?
Yes, you can retrieve the PaymentIntent ID while passing the relevant Connected Account ID in Stripe-Account header, I'd recommend reading through - https://docs.stripe.com/connect/authentication#stripe-account-header
Okay @upper sail thank you for this.
I will try this and check if it helps.
Have a great day.
Thanks