#Sarvesh

1 messages · Page 1 of 1 (latest)

south rootBOT
ornate jay
#

what I need to do?

velvet pecan
#

Do you connect Standard Account?

ornate jay
#

Express account

#

$account = $stripe->accounts->create([
'type' => 'express',

velvet pecan
#

Okie, so the Account Link Onboarding flow worked and returned to your return_url, right? I believe you should also receive some webhook events

#

I think there should be account.updated sent to your(platform's) connect webhook

ornate jay
#

ok, i will check again if i receive any webhook

#

but return url does not have any data?

velvet pecan
#

As I remember yes, probably with account id. What URL did you observe?

ornate jay
velvet pecan
#

I mean when you redirect back to your return URL, how did the URL look like?

ornate jay
#

i will check it in 30 mins, keep this channel on

wary cliff
#

Hey, taking over here. Let me know if there's any follow-up Qs I can answer!

ornate jay
#

Hey, I am connecting account with Express type is this fine or need to connect with Standard?
what is difference in both types of accounts?

#

$account = $stripe->accounts->create([
'type' => 'express',

wary cliff
ornate jay
#

ok

#

now I can receive account.updated webhook
how to read that webhook and update account status as active or completed?

#

receiving many webhooks events while connecting account so how to know which is final and update the status

#

to our database

wary cliff