#maverickdoge_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/1351169145009471508
๐ 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.
- maverickdoge_api, 3 days ago, 16 messages
- maverickdoge_payment-element-display-saved, 3 days ago, 6 messages
- maverickdoge_api, 4 days ago, 15 messages
- maverickdoge_api, 5 days ago, 5 messages
Hi there ๐ is it safe to assume your Platform isn't in the US in this scenario?
exactly, Its based in Germany
I'm pretty sure you can't then, double checking that though.
Ah, I may have been mistaken. I'm getting the impression that you can use this flow:
- Create a Direct Charge directly on the Connected Account and collect an application fee: https://docs.stripe.com/connect/direct-charges
or it seems like Destination Charges that use on_behalf_of to set the settlement merchant to be the Connected Account may also work, but, I think that one does rely on the transfers capability being enabled, so you may see errors if you attempt this:
https://docs.stripe.com/connect/destination-charges?platform=web&ui=elements#settlement-merchant
Did you already try either of these approaches and run into errors?
I have tried the normal flow with destination charges tranfering the amount but that gave me error, i also tired the with on_behalf_on I think but not sure what was wrong there. Gonna try that again end will let u know about the problem.
@empty delta Acutally it worked, I think previously when I was using on_behalf_of without the tranfer_data being applied so I was wondering why no amount been transferd. I also tested same setup for coutries where tranfers is enabled too. So i was wondering if makes any difference using on_behalf_of for all payments to have a unified api?
Using on_behalf_of does change things, as it changes the settlement merchant of the payment. The last link in my previous message takes you to where we list what hte differences are.
I will check that out