#ezequiel-calcanat_ezequiel-connect-funds-flows
1 messages ยท Page 1 of 1 (latest)
๐ 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/1266447521857671259
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
Do you have the Payment Intent ID for this payment? What is it that went wrong?
is a payment that went to production env is that ok?
The problem is due to a programming error, we don't want to fix anything until we know what we can do
The ID is not sensitive, you can share it. It'll start with pi_
this is the id: pi_3Pg7QVGK99ZEwjuf1wML7dKf you see that we have the fee and the application fee thats what should be another value
Okay that payment has already succeeded. I see the application fee amount. What about it is incorrect?
the amount, due to the bug in our function that shouldnt be the amount in the application fee, so I was wondering how we can fix that in the payment (if is possible)?
You cannot update the payment, it has already been processed.
Due you mean the amount or the application_fee_amount?
the application fee amount
Okay. As I said, you cannot modify this payment as it has already been processed.
If you want to send more funds to the Connected Account you could generate a Transfer
https://docs.stripe.com/connect/separate-charges-and-transfers?platform=web&ui=stripe-hosted#create-transfer
Sorry, what do you mean by "the stripe page"?
yep, the stripe.com
where we can se the connected accounts and dashboard
payments, etc..
You should be able to find the account in your Connect accouts list. But this server is focused on coding integrations with Stripe APIs so we aren't very familiar with the Dashboad.
Okay it looks like you would start here: https://dashboard.stripe.com/connect/accounts/overview
And it looks like there's an Add funds button on the Connect Account page where you can start a Transfer
So I think that's the answer to your Dashboard questions. Yes you can see all the payments for the Conenct Account and you can create a transfer to send any additional funds you think is correct.