#JacquesVivi
1 messages ยท Page 1 of 1 (latest)
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
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
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?
I ty to have the informations related to this payments : https://dashboard.stripe.com/acct_1MS1MaGhngvr9N4M/payments/py_1MS1UVGhngvr9N4MFX4GJjgN
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Exemple the status or amount refunded or the payout
I'm sorry but what are you trying to achieve? It's not clear what you want to do based on your explanation
WIth Stripe Api how can I have this : https://dashboard.stripe.com/acct_1MS1MaGhngvr9N4M/payments/py_1MS1UVGhngvr9N4MFX4GJjgN
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Not on the dashnoard. But on api data
I still have no idea what you mean. Do you want to retrieve the payment object?
Yes
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
For this id : py_1MS1UVGhngvr9N4MFX4GJjgN
That is an ID for a payment, not a Payment Intent
It is the result of a charge being refunded
Your best approach would be to retrieve the Balance Transaction https://stripe.com/docs/api/balance_transactions/retrieve
You can see the balance transaction ID in the response to this request: https://dashboard.stripe.com/logs/req_8JnMvuGflV0HWP
Do you have a doc to explaon the differnce between PaymentIntent - Tranfert - Charge
?
Here is a doc about Payment Intents vs Charges: https://stripe.com/docs/payments/payment-intents/migration/charges
And we explain transfers here: https://stripe.com/docs/api/transfers
Ok thanks
For this
Could you give the example for my case ?
If I have only this : py_1MS1UVGhngvr9N4MFX4GJjgN