#Muttakin Islam Hasib
1 messages · Page 1 of 1 (latest)
seems like it would work, but you should wrap the calls in a try/catch so you can report an error if one happens
what if I have $10 in my balance and I am trying to instant payout... but there is a fee for an instant payout so in that time will it show like insufficient balance?
well the fee is charged to the platform I think? not the connected account, so it doesn't influence how this part works.
I want if the connected account customer is trying to pay instantly every time, the instant payout fee will charge from the connected account
I don't think it works that way. Fees for Connect features like that are charged to the platform account monthly
How can I change this title?
change it how/to what?
you can't customise it beyond changing the name of your platform(BeWeddy) to something else
So there is no option to customize this page? I want to set it like "Get paid" or "Receive Honeymoon Gifts."
that's not an option right now I'm afraid
One more question
How can I check if this account is available for instant transfer?
based on this i want to disable the payout button on the frontend
generally if it's a bank account and not in the UK, it won't support Instant Payouts; only debit cards do
So how do I know the user added a bank account for payout?
you can tell when you're using https://stripe.com/docs/api/external_accounts because you can list either debit cards or bank accounts , so you know which one the account has
Hi! I'm taking over this thread.
Unfortunately I'm not very familiar with instant payouts. But based on what karllekko said earlier it looks correct.
You could try asking Stripe support directly: https://support.stripe.com/contact
Hey, I want to turn off the scheduled payout for all connected and the payout will happen by manually with throw an API calll. how can i implement?
Manual payout is covered here: https://stripe.com/docs/connect/manual-payouts
Let me tell you our business logic
We have a Wedding Platform. that provides a wedding website to couple from this the couple can receive a honeymoon fund. Guest will visit their wedding website and they will send the honeymoon fund. The money will transfer to our platform i mean the money will store in our platform balance. we are providing the stripe express account to our couple that can add their bank account. finally when they want to transfer/payout then the money will transfer to their bank account from our stripe platform
Got it. So what is your question?
How can i implement it?
let me show you my code
currently, in the honeymoon fund checkout session, we are setting the transfer data destination. but i think the money is directly transferring to the connected account not our platform
Or you can suggest the recommended solution based on our business logic
we are setting the transfer data destination. but i think the money is directly transferring to the connected account not our platform
the way the money moves like this way as laid out in our docs : https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
Is our implementation perfect? or the stripe providing other service that will best match for us