#Ayush9200

1 messages · Page 1 of 1 (latest)

tall mesaBOT
lean slate
#

Can you please explain what you're trying to do? I don't understand the question.

lost nacelle
#

Sure, I am using stripe connect account feature, and I have generated account link to user for payouts on payments that we receive.

#

Once user create their account through the link, I get webhook call for account.application.authorized but in this I don't get any information regarding user who signed up or anything which I can related to URL that I have generated in first step.

lean slate
#

What URL are you looking for? You should be able to use the account ID to link these together, right?

#

Also what are you doing with account.application.authorized when you're already creating the account in the first place?

#

I'm wondering what your ultimate goal is, specific mechanics aside. What result are you trying to achieve?

lost nacelle
#

I am application admin, and user can host event on my application. My role is to take commissions from users hosting event on my platform.

#

I will generate stripe connected account URL to event host so that when customer pays for event on my platform I will get some commission and rest of the money will be payout to host. So for this scenario I will issue stripe connect URL to host, they will get link and setup their account but when they complete setup, I should get something on webhook "account.application.authorized" to confirm identity. All I can see accountId, again which is not helpfull.

tall mesaBOT
lean slate
#

Why is the account id not helpful?

#

This is the same account that you created and generated the account link for

lost nacelle
#

Oh I just noticed we have same account number both the times. Thanks