#maverickdoge_api

1 messages ยท Page 1 of 1 (latest)

tidal zenithBOT
#

๐Ÿ‘‹ 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.

rose wadiBOT
empty delta
#

Hi there ๐Ÿ‘‹ is it safe to assume your Platform isn't in the US in this scenario?

high willow
#

exactly, Its based in Germany

empty delta
#

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:

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?

high willow
#

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.

high willow
#

@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?

empty delta
#

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.

high willow
#

I will check that out