#noooooproblem_webhooks

1 messages ยท Page 1 of 1 (latest)

dusty echoBOT
#

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

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

mighty crescent
#

Hi ๐Ÿ‘‹ sorry, but I'm going to need more context. Are things manual, or is there lots of automation the way the message describes? What do you want to automate? What are you referring to by wire-trigger the payout? Have you already tried building any of the automation that you're alluding to and run into problems?

lucid yacht
#

so the current flow is, clients pay, we get a cut, and we pay connect accounts

#

but in current flow, clients pay via cc or dc

#

some clients now wants to do net 60, which we basically get the funds after and they want to wire the funds

#

which obviously doesnt work with the current automation cause we are not collecting via cc or dc

#

what im wondering is, does stripe have anything built that can facilitate what im doing

#

cause currently, when i get the funds on net 60 basis, id have to go into stripe and do the payouts manually after injecting the funds from my bank to stripe

mighty crescent
#

Stripe doesn't offer a way for you to move money outside of Stripe, you'd just do that outside of Stripe.

You can expand your Stripe integration to support other payment method types if that's your goal, but I'm not sure it is.

lucid yacht
#

i am not moving money out of stripe though, connect accounts are still in there, all i am tryign to do is, find a way to accept these net60 term payments in a way that it goes into my stripe base account and then i distribute it to connect accounts

mighty crescent
#

What are you referring to when you say net60?

lucid yacht
#

some companies pay after 60 days of service, meaning, lets say i provided you my service, they have 60 day period to pay me for the service and they want to pay via bank wire

#

60 is just duration

#

for current setup, im utilizing your classic subscription api with minor changes on it

mighty crescent
lucid yacht
#

its wire, not ACH, im already accepting ACHs

#

i guess to give you a better example, lets say i provide a room to sleep, there is a subscription plan for it, you book it start nov 15 and pay in advance via CC for a month, and i take my cut from this transaction and pay(stripe payouts) the room's owner(connect account).
now the case is, i want to accept bank wire (not ach), have the clients pay for that room via bank wire, i still get my cut, and pay connect account aka room's owner

mighty crescent
#

Sounds like you want to accept Bank Transfers then to me, and I'd suggest reviewing the first guide I linked above.

lucid yacht
#

looking into it