#malle_api

1 messages ยท Page 1 of 1 (latest)

sterile elbowBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1259852125404532798

๐Ÿ“ Have more to share? Add details, code, screenshots, videos, etc. below.

small knoll
#

Hi there ๐Ÿ‘‹ that's not a scenario I've personally tried before, so I'm going to need to a bit more digging. Offhand, I don't think so, I think the funds from the Invoice would land in the Stripe Account balance and would then need to be moved to the Treasury Account, but I'm still checking that.

woven root
#

From all research I've done what could be feasible is issuing the invoices from our own stripe account using the on_behalf_of param, then collecting the funds ourselves and using webhooks to trigger a outboundPayment from our treasury account to the users financial account. But it's a very hacky way to do it in my opinion

small knoll
#

What's hacky about that? That seems like a fairly normal flow if you need to use a Destination Charge structure to your flow like you're describing.

#

Are you saying you'd rather have the entire Invoice and it's transaction happen on the Connected Account rather than your Platform?

woven root
#

Yes, in my head ideally all invoices, customers and transactions are contained within the users connected account but I can give the above a try

small knoll
woven root
#

Yes true, that's probably the way to go. Just another quick question, after the payment lands in the users stripe account and I want to move it to their financial account what's the correct API to use? Payouts? Can the destination there be a financial account id ("fa_xyz")?

small knoll