#abdus-samad_api
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/1392138328026910831
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
hi there, tkaing a look at this example
yes you refund request looks like it succeeded in the sandbox, you should see that represented on the payment detail page
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Though i can't really speak to Dashboard behaviour.
If you're looking at the associated paymentintent pi_3RiS1UB0y3TypG7O0zpHCPZU, you should see the refund. If you don't, please contact our support team: https://support.stripe.com/contact with the example and a screenshot of what you see and they can review the Dashboard view for you.
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
yes i see the refund
But when i go into the connected account acct_1Ri5LyB629O7K37o
the full amount is still there
i was thinking the connect account acct_1Ri5LyB629O7K37o will have the 61.29 deducted
ah
Am i making any mistake in my integration with Stripe?
If you want to pull that back, you need to set reverse_transfer=true: https://docs.stripe.com/connect/destination-charges?platform=web&ui=stripe-hosted#issue-refunds
Charges created on the platform account can be refunded using the platform account’s secret key. When refunding a charge that has a transfer_data[destination], by default the destination account keeps the funds that were transferred to it, leaving the platform account to cover the negative balance from the refund. To pull back the funds from the connected account to cover the refund, set the reverse_transfer parameter to true when creating the refund: