#muhammad-hamza-siddiqui_code
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/1309451341709447169
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- muhammad-hamza-siddiqui_docs, 1 day ago, 43 messages
- muhammad-hamza-siddiqui_docs, 3 days ago, 72 messages
hi there!
when you create the Trasnfer, you need to set the source_transaction to avoid that error. https://docs.stripe.com/api/transfers/create#create_transfer-source_transaction
means ?
add source_transaction when creating the Transfer
well, looks like you used the wrong Charge ID then.
when you have a PaymentIntent, you can find the Charge ID in the latest_charge property. It should look like ch_xxx
oh ok let me try
yess working greatly
just one question
do i have to always add latest_charge?
in production also?
and is there any fees ?
do i have to always add latest_charge?
you don't have to use it, but it you don't you might get an "insufficient fund" error
and is there any fees ?
for the Transfer itself? no fees.
means if i add latset_Charge it automatically deducts from that charge without even reaching the bank account?
I don't understand the question. latest_charge just tells Stripe that the funds you are trying to trasfer come from that specific Charge, so you won't get the inssuficient balance error.
oh okay understood. and can i ask one qeustion about webhook?
sure
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
thanks alot all my queries are cleared.
cool