#jaziel-payouts-transactions

1 messages · Page 1 of 1 (latest)

terse hullBOT
swift rose
#

Hello! Not sure I understand, can you provide more details?

lofty marten
#

Yes i have one payout with two payments intents and i want to know how to get a response with the two paymants intents (postman)

swift rose
lofty marten
#

Thanks

#

Other Question I try to know the orders(WooCommerce) that are already paid and dont exceed the 7 days

swift rose
#

Don't exceed the 7 days? Which 7 days?

lofty marten
#

Yes 7 days

#

Or get the orders that already paid

swift rose
#

Sorry, I can't read that. Can you tell me what it says?

#

Or link me to the page where you're seeing that?

lofty marten
#

Im from mexico

swift rose
#

Okay, so you want to get the Payment Intents that have already been paid out?

lofty marten
#

Yes

swift rose
#

You would use the approach we talked about above; you could get the Payouts and see which Charges/Payment Intents they contain.

lofty marten
#

do you give me an example?

swift rose
#

The example is provided in the docs above. Can you provide more details about exactly what you want to do?

lofty marten
#

I work with woocommerce and stripe, i need get the balance with the payout and which orders are

swift rose
#

Which orders are what?

lofty marten
#

I want the relationship between the payments and balance

#

It´s that posible

#

?

swift rose
#

The relationship? Sorry, I'm still not understanding. Can you explain in much more detail what you want to do?

lofty marten
#

I want to get all paymets its already paids

#

Its all

#

Only that

swift rose
#

Correct?

lofty marten
#

Yes

#

But i want to know the number of the order

swift rose
#

Which number? Please be specific.

lofty marten
#

But i want to know the number of the order that are paid in the transaction

#

that its a payment intent

swift rose
#

Then from the Charges you can view the metadata, or if the metadata is on the Payment Intents you can go from the Charge to the Payment Intent and view the metadata there.

swift rose
#

I don't think so. It looks like you're listing/searching Charges there?

#

Did you look at the .NET sample code at the link I provided above?

#

You should be using things like BalanceTransactionListOptions and BalanceTransactionService.

lofty marten
swift rose
#

Yeah, sorry, I think there's a big disconnect here. You're using the wrong API endpoint entirely.

#

You need to use /v1/balance_transactions, not /v1/charges/search.

#

Why are you using /v1/charges/search?

lofty marten
#

Ready i use

#

/v1/balance_transactions

#

Then?

#

get the charges?

swift rose
#

Do you have a Payout ID?

lofty marten
swift rose
#

Okay, let's take a step back.

#

I thought your goal was to get the metadata for the Payment Intents which are included in a Payout. Is that correct or not correct?

lofty marten
#

Yes, but only that i want all the payouts

#

It´s posible?

swift rose
#

You would have to do each Payout one by one.

lofty marten
#

I don´t understend

swift rose
#

You would need to do this for each Payout individually.

#

You can't do it for all Payouts all at once.

#

For each Payout, you would get the Charges, then get the Payment Intents, then get the metadata.