#mrnoo_api
1 messages ¡ Page 1 of 1 (latest)
đ 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.
PS: The idea is to create a referral system
hey there! it looks like your request (req_fz6J0Ogvwx0wC6) didn't include any parameters
to create a bank token using an IBAN, the IBAN should be passed in the bank_account.account_number parameter
https://docs.stripe.com/api/tokens/create_bank_account#create_bank_account_token-bank_account-account_number
more generally speaking, since you mentioned paying out to third-parties, I'd recommend exploring a Stripe Connect integration if you haven't already
this is the guide on setting up external bank accounts to pay out to connected accounts: https://docs.stripe.com/connect/payouts-bank-accounts
and this is the guide on managing payouts:
https://docs.stripe.com/connect/payouts-connected-accounts
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
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
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 ?
the pricing for Stripe Connect depends on your setup, and whether you or your users pay the fees to Stripe
https://stripe.com/connect/pricing
here's the guide for designing your setup: https://docs.stripe.com/connect/design-an-integration
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)
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
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 ?
Yes, transfers can be manual or automatic, depending on the charge type - This docs explains it very well: https://docs.stripe.com/connect/charges
Not sure about Bubble, as I don't have any knowledge on how that works
If a user needs to receive money, they need a Stripe account, yes.
Thank, you I will take a deeper look