#rikachet_docs

1 messages ยท Page 1 of 1 (latest)

sinful saffronBOT
#

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

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

drifting sluice
#

adding screenshots of what has been done

pastel kestrel
#

Did you find that as an otpion is the Add a Step section?

#

Unfortunately workflows are a dashboard only feature and we aren't really focused on Dashboard functionality here on this server. We focus on assisting developers coding integrations with Stripe APIs, mostly using Stripe SDKs.

#

Also, what you are describing is a Connect funds flow

#

That wouldn't be handled after the payment

#

you would need to set that up when you created the Checkout Session

#

We would like to use no-code like the workflow tool.

We focus on helping people write code here.

drifting sluice
#

Ok gotcha- so most of this would have to be generated in our backend when the payment links are first created then?

pastel kestrel
#

Well it sounds like that wouldn't work because you only want to trigger it when a certain promo code is used

#

But you can just create a Transfer to the Connected Account when you detect that promotion code is used in a checkout session

drifting sluice
#

Ok gotcha - do you know where I can reach out to on the workflows? or directly contact stripe support?
i guess I don't see the "Transfer to the Connected Account" option so i can follow up with other support folks for this

pastel kestrel
#

Like, let's say you are listening to the checkout.session.completed event

You could check the discounts.promotion_code property on the Session object and, if present, create a Transfer to send some amount of money to the Connect account.

#

If you want to see something like this built into workflows, I recommend reaching out to support and asking them to file a feature request

drifting sluice
#

Ok gotcha ill take a look at both options and see how to approach it going forward. Thanks for your help!

pastel kestrel
#

Sure thing! I'm happy to help ๐Ÿ™‚