#jazielRod - list payments
1 messages · Page 1 of 1 (latest)
Hi 👋
We don't really like to go back and open threads because it's too easy to get lost in back and forth.
Can you explain what your current question is?
Hi
I want to get all paymets its already paids
But i want to know the number of the order that are paid in the transaction
This is a payment intent
Can you share an example payment Intent ID?
The approach I would recommend would be to simply use our List API and then in your code filter on the Payment Intent status where you only log the ones where status='succeeded'
jazielRod - list payments
i want use this https://api.stripe.com/v1/balance_transactions
Right so you pass the payout ID paramter and specify the type as charge
but if i dont have te id payout?
okay well then you could use the created dictionary to specify a time window in which you want to examine payment type transactions
What are you trying to do here? If you don't have a payout ID what are the parameters you are using?
Okay, and you are not getting the results you expect?
No
I get balance transactions that it was refunded
...
..........................
.
I get balance transactions that it was refunded
Hi, stepping in as snufkin needed to step away. Let me catch up here
Ok, so to summarize, you're trying to list transactions for charges, https://stripe.com/docs/api/balance_transactions/list but not getting the expected result?
I'm still unclear what the question is here. It sounds like Rubeus provided next steps. Where are you stuck?
Ese es el response
That is the response*
I need to get the payout and the metadata of the payment intent
What response did you expect?
These are two separate questions.
1/ You're trying to get the Payout id?
2/ You'd looking to attain the metadata for a Payment Intent?
Is this correct?
No
Can you help me better understand what you're looking for?
i want to know if the payout its alrady paid and what payments intents are in the payout and then with this payment intent get the balance transaction
To get the payments that were included in a Payout, given that you use an Automatic payout, you can follow this guide here: https://stripe.com/docs/expand/use-cases#charges-in-payout
I see, you'd need to set your Payout: https://dashboard.stripe.com/settings/payouts before you can do this.