#serdar4003_best-practices
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/1303743609102663730
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, are you trying to attain funds from your connected Accounts?
What are you trying to do exactly?
I'm unsure what you mean by 'Withdrawal of payment intents' or ' right of withdrawal'. Can you add more context here?
Of course, hello!
So in germany there is a law that you have 14 days after purchase to withdraw and get your money back
In our case it is for our digital product of stamps for dance classes, as long it is not used 1 time
So i need to figure out now, how i can implement the best way, that the customer get their money back .. question is are there best practise from your side how do it in combination with custom connected accounts and destination charges?
we are a platform for dance studios and every dance studio has a connected account
Hope you understand what i m ean
Hi ๐ it sounds like you're talking about processing refunds for destination charges, which we discuss in more detail here:
https://docs.stripe.com/connect/destination-charges?platform=web&ui=stripe-hosted#issue-refunds
Let us know if that doesn't seem to be what you're looking for though.
so i need to set
reverse_transfer: true,
refund_application_fee: true,
both to true
that my customer, who paid 20โฌ gets his 20โฌ back?
right?
The customer will get their money back regardless of whether you take the funds back from the Connected.
Whether you reverse the transfer and refund the application fee is for you to control whether you take the funds back from the Connected Account for the refund.