#harsh_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/1315658012555345971
đ 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.
- harsh_api, 4 days ago, 9 messages
i did by payment inten created.
You can then list all PaymentIntents filtered by created: https://docs.stripe.com/api/payment_intents/list#list_payment_intents-created
To get the Stripe fees, you have to expand ["latest_charge.balance_transaction"]: https://docs.stripe.com/expand
I want last 24 hours transaction data from my stripe account
I understand that, I provided a solution above âď¸
What do you mean by this?
Could you please share the PaymentIntent ID pi_xxx?
Are you sure you're making the fetch request in the same mode (Live or Test) as the PaymentIntent?
ch_3QU4F2BZxxxxxlLF0neounOK
Can you please share the full ID? It's safe
ch_3QU4F2BZi1m6nlLF0neounOK
Could you also please share the GET Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Also, the request is for PaymentIntent, but you shared a Charge ID here. Are you sure this Charge is not related to any PaymentIntents that you're receiving?