#abhisawant52
1 messages · Page 1 of 1 (latest)
What do you mean by pre-auth amount?
Payment authorized, but not yet captured
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-amount_capturable you can get this info from the amount_capturable field.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Actually i'm using payment intent to preauth transction amout using connected Stripe id , and i'm using transfer destination as connected id . bt when i open that conneted account the amount in preauth is not visible
I mean whatever the preauth amount we are transfering to the connected account should be visible to under his(connected account ) transction list under uncaptured status
Are you using destination charge?
transfer_data - destination
OK. For destnation charge, the PaymentIntent is created in platform, not connected account, and that's why you need to get the PaymentIntent from platform and view its amount_capturable field.
here i have this connected id as transfere destination but when I open this connected ID's payments, the transaction is not visible.
What transaction do you mean?
transaction means Payment which is authorized, but not captured
that's expected behaviour. If you want to provide that information on the payment on the connected account, you can update the corresponding payment's metadata