#JacquesVivi

1 messages ยท Page 1 of 1 (latest)

noble lynxBOT
dim verge
#

Exemple this one : https://dashboard.stripe.com/acct_1MS1MaGhngvr9N4M/payments/py_1MS1UVGhngvr9N4MFX4GJjgN

I try
$transfer = \Stripe\Transfer::retrieve($py_1MS1UVGhngvr9N4MFX4GJjgN); its not working
Or
$paymentIntent = \Stripe\PaymentIntent::retrieve($transaction_payment->pay_stripe_payment_to_connect_ref);

Its not working

novel vortex
#

Hi ๐Ÿ‘‹

Platforms usually take an amount or percentage of charges to connected accounts. Transfers are made from Platforms to Connected Accounts. What are you trying to do?

dim verge
#

Exemple the status or amount refunded or the payout

novel vortex
#

I'm sorry but what are you trying to achieve? It's not clear what you want to do based on your explanation

dim verge
#

Not on the dashnoard. But on api data

novel vortex
#

I still have no idea what you mean. Do you want to retrieve the payment object?

dim verge
#

Yes

#

For this id : py_1MS1UVGhngvr9N4MFX4GJjgN

novel vortex
#

That is an ID for a payment, not a Payment Intent

#

It is the result of a charge being refunded

dim verge
#

How can I get this payment

#

?

novel vortex
dim verge
#

Do you have a doc to explaon the differnce between PaymentIntent - Tranfert - Charge

#

?

novel vortex
dim verge
#

Ok thanks

dim verge
#

Could you give the example for my case ?

#

If I have only this : py_1MS1UVGhngvr9N4MFX4GJjgN

novel vortex
#

I shared the link to the API request that triggered this payment

#

In it you can see the balance_transaction ID

#

It starts with txn_

#

You use that ID in the Retrieve request for the Balance Transactions API

dim verge
#

Ok

#

I will try

#

Thanks