#some1ataplace

1 messages · Page 1 of 1 (latest)

forest novaBOT
steady vessel
#

hello! i'm not entirely sure what you mean, can you elaborate more on what you're trying to achieve?

mossy summit
#

I have to use webhooks to verify a user or can the stripe dashboard do it when the customer gets an account?

steady vessel
#

are you asking how can you tell if a user is verified? i.e. do you have to do it via webhooks, or can you tell from the Dashboard as well?

mossy summit
#

do you have to do it via webhooks, or can you tell from the Dashboard as well?

steady vessel
mossy summit
#

ok cool so no need for any webhooks?

steady vessel
#

i mean, it depends on what you want to achieve. If you need to perform some follow up action automatically, then you need to depend on webhooks

#

but if all you want to do is to manually check if the account is verified, then sure, the Dashboard works

mossy summit
#

Cool. So if a customer does not verify, what happens?

steady vessel
#

payments and/or payouts will be restricted

mossy summit
#

Connect embedded components is like stripe.js that regular payment intents have?

steady vessel
#

i'm sorry, i don't understand the question, can you try rephrasing?

mossy summit
#

So instead of redirecting to a stripe owned page, I embed the connect stuff sort of like an embeddable youtube video?

#

Or sort of like not using stripe checkout and using stripe.js to customize the checkout experience

steady vessel
#

if you don't want to use the Stripe hosted Connected onboarding page, then you will have to build your own UI components, we don't provide those

mossy summit
#

So is connect.js just like stripe.js?

#

You would use connect.js to embed a stripe payment dashboard page on my website url?

steady vessel
#

to clarify, are we still talking about Connect onboarding / verification? Or have we moved on to an entirely different topic now i.e. Connect embedded components?

mossy summit
#

moved on. I am new to connect so I have a lot of questions as I am reading the docs to clarify

steady vessel
#

So is connect.js just like stripe.js?
You would use connect.js to embed a stripe payment dashboard page on my website url?

yes

mossy summit
#

Cool thanks for clarifying. So if I do not want that, and instead wanted to redirect a user to their standard/express page so they can do stuff, how would I redirect them via the API?

steady vessel
#

what kind of stuff are we talking about specifically?

mossy summit
#

sort of like what i am doing for customer portal. I have a link on my site that redirects a user to their customer portal. I want to do the same for connect where it redirects them to their standard/express dashboard

steady vessel
mossy summit
#

oooh wow that is easier than i expected

#

i thought the account link was their link similar to customer portal

steady vessel
#

ah no, the Account Link creates a link to the hosted connected onboarding page

mossy summit
#

ah

#

so i absolutely need to have a platform balance in order to pay out? What if I set it up where as long as a customer pays me, i give the other person a percentage of that payment? Why would I need a balance?

steady vessel
#

when you say pay out - do you mean pay out your platform balance to your own bank account, or are you saying that you want to transfer funds to a connected account?

mossy summit
#

oh - i did not know there were 2 options. I thought the second part of your sentence

#

so both cases then

steady vessel
#

what's the underlying concern here?

mossy summit
#

i see - so a payout will always be to myself. And a transfer of funds to a connected account does not need a balance? I could use the API to derive a percentage to the connected account?

#

when the payment occurs for instance

steady vessel
#

a payout is always from a balance -> to the bank account/card

#

to be clear, are you trying to create a Transfer to a connected account and running into an insufficient balance error?

mossy summit
#

no, i am trying to understand the logic of all of this so i could code it

#

I will eventually have to do a payout to my bank and transfer to a connected account

steady vessel
mossy summit
#

Oh sweet

steady vessel
#

the payment is on your (Platform) account, when you create a transfer, you need to have sufficient funds in your balance to do so

mossy summit
#

Makes sense, thank you. I will keep reading but thanks this is a big help.