#divya.shalini.ics
1 messages · Page 1 of 1 (latest)
Thank you let me check this
Using this it is giving multiple transaction detail on a single payout id
How to know which is the one who linked with the payout
Sure, a single Payout will likely include multiple payments. What you asked doesn't really make any sense
What are you trying to do?
For an example
pi_3NSIUYHdtz9jEBQS07LaYSQb this is my payment intent
When it got succeeded then a charge will be created right?
Yep
Well, not exactly
If you're using automatic payouts then the payments are batched according to your schedule
We don't automatically create a single payout per payment
So, does it created every time when charge processing to its next step?
I don't understand the question
Let me explain
Hi! I'm taking over this thread.
I just deleted your message since it contained your secret key
I recommend rolling your secret key in your dashboard here https://dashboard.stripe.com/test/apikeys
Also can you try to rephase your question? I'm not sure I follow.
Yeah sure
My question here is that I have a payout id and I want to know which payment intent is linked to it?
My task is to listen payout.paid webhook event
And as per the result need to update some data in my database
Update data in respective payment intent which would be related to payout
Can you suggest me how to back track it to its specific intent?
My question here is that I have a payout id and I want to know which payment intent is linked to it?
Have you read this? https://stripe.com/docs/expand/use-cases#charges-in-payout
Yes I have read it
But when I am excuting the cURL command
It is giving me a list
And? What's the issue?
Issue is giving in list.
Or maybe it is correct and all the payment_intent are getting linked to it?
Does one payout can be connected to multiple payment intents?
Issue is giving in list.
I'm sorry I don't understand the question. A Payout can be linked to many charges, so it's expected that you get a list. Can you clarify the issue or what you were expecting instead?
If a payout can be linked to many charges, does that mean a payout will be linked to multiple payment_intents?
Please let me know if this statement is correct?
Yes absolutely