#chirag-savaliya_code

1 messages ¡ Page 1 of 1 (latest)

hard karmaBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1442455849472888903

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

short venture
#

It dected 2 times or just lock first payment intent so it shows 2 times

thin hedge
#

hi there!

#

what's your question? do you want to capture the PaymentIntent?

short venture
#

Payment is captuered you can see in transaction one transaction is succeeded. But my question is regarding unacptured transactions

thin hedge
#

But my question is regarding unacptured transactions
so what is your question exactly? how to capture that transaction? or how to cancel it? or something else?

short venture
#

Let me explain my current payment flow. Like to accept a payment first i am creating one payment intent on main platform account from back end which is used to open paymentsheet in mobile app. Then after during actual payment i am not using this payment intent. During payment i am creating another payment intent in connect account. So first payment intent is unused. So my question is like it is the reason stripe dashboard shows uncaptured intent in transactions ?

thin hedge
#

why do you create 2 PaymentIntens for a single payment? that doesn't really makes sense.

#

and if you do create 2 different PaymentIntent, then it's expected that you see two PaymentIntent in your dashboard.

short venture
#

Actually if i am creating payment intent direct in connect account then mobile team said we are unable to open paymentsheet. If i crate payment intent on platform account then they are able to open payment sheet. So that i am creating first payment intent on platform account. Now i want to direct transfer payment to connect account and only platform fee should be recived in platform account. So i am creating second payment intent during actual payment

#

Actually i wan to transfer payment direct to connect account and just platform fee to platform account. Can you please give me the example in c# net core.

thin hedge
#

if you want the user to pay once, then only create one PaymentIntent, not two.
and if you want the PaymentIntent to be created on the connected account, this is called a Direct Charge. so you need to use the Stripe-Account header on both the backend and frontend. You can learn more about this here: https://docs.stripe.com/connect/authentication

short venture
#

Okay

#

Thank you

#

So currently some uncaptured payment transactions are there. So if i will cancel from stripe dashboard then amount will be unlocked for customer ?

thin hedge
#

correct