#Muttakin Islam Hasib

1 messages · Page 1 of 1 (latest)

fair elbowBOT
nocturne bluff
#

seems like it would work, but you should wrap the calls in a try/catch so you can report an error if one happens

graceful sentinel
#

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?

nocturne bluff
#

well the fee is charged to the platform I think? not the connected account, so it doesn't influence how this part works.

graceful sentinel
#

I want if the connected account customer is trying to pay instantly every time, the instant payout fee will charge from the connected account

nocturne bluff
#

I don't think it works that way. Fees for Connect features like that are charged to the platform account monthly

graceful sentinel
#

How can I change this title?

nocturne bluff
#

change it how/to what?

#

you can't customise it beyond changing the name of your platform(BeWeddy) to something else

graceful sentinel
#

So there is no option to customize this page? I want to set it like "Get paid" or "Receive Honeymoon Gifts."

nocturne bluff
#

that's not an option right now I'm afraid

graceful sentinel
#

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

nocturne bluff
#

generally if it's a bank account and not in the UK, it won't support Instant Payouts; only debit cards do

graceful sentinel
#

So how do I know the user added a bank account for payout?

nocturne bluff
graceful sentinel
#

is this logic ok correct ?

#

hello

main niche
#

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.

graceful sentinel
#

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?

main niche
graceful sentinel
#

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

main niche
#

Got it. So what is your question?

graceful sentinel
#

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

graceful sentinel
nocturne bluff
graceful sentinel
#

Is our implementation perfect? or the stripe providing other service that will best match for us