#mrnoo_api

1 messages ¡ Page 1 of 1 (latest)

limber owlBOT
#

👋 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/1425428194613264457

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

robust robin
#

PS: The idea is to create a referral system

torn pollen
#

more generally speaking, since you mentioned paying out to third-parties, I'd recommend exploring a Stripe Connect integration if you haven't already

https://docs.stripe.com/connect

robust robin
#

Why do you think it will be better ?

#

They asked me the bank routing number. Is it necessary since we are in europe ?

#

I precise, on the screenshot. This is a fake value

torn pollen
#

Stripe Connect is the only way to facilitate payments for third-parties, and make payouts to your users

#

creating a Bank Account Token by itself on your Stripe account won't allow you to make payouts to other users

robust robin
#

Thank you for your answer. We are talking to indivdual customer. I mean they are not companies. So what can be the cost for it ?

torn pollen
limber owlBOT
robust robin
#

By reading the documentation, I'm not sure how it responds to our use case.
The idea is when a user subscribes to our platform (we have registration fees). The referee gets a promotion on fees. The Referral gets 10$. A referral is a person who subscribes to our platform (subscription and registration fees are different)

quaint haven
#

Hey! So I think in your use case, in the Connect ecosystem, you would be the Platform account, while any "referers" would be connected accounts, which you can transfer the $10 referral fees to

#

The end users who are paying, would be the Customers

#

By Connected Accounts, I mean people that would have their Stripe accounts, which enables you to transfer money to them

robust robin
#

The referral fees, should be transfer manually ?
Also do you have an idea on how to implement it on Bubble ?

#

Like when a user can do referral, we allow him to create an account. The same when he got a referee ?

quaint haven
#

Not sure about Bubble, as I don't have any knowledge on how that works

quaint haven
robust robin
#

Thank, you I will take a deeper look