#jenny_43296
1 messages · Page 1 of 1 (latest)
Hello jenny_43296, we'll be with you shortly! 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.
• jenny_43296, 16 hours ago, 28 messages
• jenny_43296, 20 hours ago, 9 messages
• jenny_43296, 1 day ago, 9 messages
https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-payout specify the payout and type (i.e., payment) and you'll find the payment_intent ID in the source of the resulting balance transactions
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
the payout is instant receive or need the webhook to handle?
https://stripe.com/docs/payouts#instant-payouts you mean instant payout?
does this payout is by group or by per payment_intent transaction ?
Did you manually create a payout for each payment?
let say
customer A payment $10
customer B payment $5
customer C payment $90
if set automatically payout, this payout per transaction payout?
payout A is customer A
payout B is customer B
payout C is customer C
No, depends on your schedule, the payout will include payments which funds are already availble within that peroid.
so means that i cant know the payout is link to which payment from customer?
I believe I've already answered this question earlier ->
https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-payout specify the payout and type (i.e., payment) and you'll find the payment_intent ID in the source of the resulting balance transactions
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'd suggest you to try it out and feel free to come back if you have follow-up questions