#oh-expess-accountlink

1 messages · Page 1 of 1 (latest)

stable anvilBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

fallow oyster
#

Hello! Can you sahre the request ID with me please?

north zenith
#

Yes, req_JnJzQn1J9CyIys

fallow oyster
#

The account ID you're using in that request is an Express account - account_update is someting that's only available for custom accounts

north zenith
#

Oh, the express account cannot update?

#
type Stripe.AccountLinkCreateParams.Type = "account_onboarding" | "account_update"
fallow oyster
#

After the onboaring process is complete, they should be updating their account through the express dashboard, not through an Account Link

north zenith
#

I thought account link could create and update, I think it's from the doc

fallow oyster
#

Again, account_update is only for custom accounts - what docs were you following?

north zenith
#

So the Express Account cannot do update? If yes, which url should I using, is there an api for that?

fallow oyster
#

What kind of update are you hoping to allow? Have you looked/tested the express dashboard to see what informatino you can update through there?

north zenith
#

Is this the way to create a link for express account

#

To update business type and profile, and card method

fallow oyster
#

Have you tried the express dashboard yourself in test mode to see how it behaves? I believe it'll allow you to update some portions of the profile and the card payout method

north zenith
#

The create login link doesn't seem to have a return_url ?

fallow oyster
#

Correct, that's not something we provide

north zenith
#

👍

stable anvilBOT
pulsar flume
#

oh-expess-accountlink

north zenith
#

Last qeustion is that, for invoice paid, I should be looking at total instead of amount_due for the source of truth of how much does a customer actually paid for this invoice, is that correct?

pulsar flume
#

there are many different properties for this on Invoice, so it really depends what you're after

north zenith
#

I want to use it for instant transfers to creators from a customer checkout session, I've looked at the api, just want to confirm, the total instead of subtotal is what I need

pulsar flume
#

Sure but that's not correct, that's why I am recommending that you carefully read each property's doc string to find what fits your needs. For example total might not be what they paid if they had credit in their balance. There's more to it than just total

north zenith
#

The doc is somewhat confusing, is it amount_due?

pulsar flume
#

I don't know what you need exactly otherwise I would have told you. You need to read the docs, play with it in Test mode, try various edge-cases and make sure you look at the right property or group of properties to fit your needs

north zenith
#

I don't know what you need exactly otherwise I would have told you.

I mentioned that

I want to use it for instant transfers to creators from a customer checkout session

pulsar flume
#

If you use Checkout why are you looking at the Invoice at all?

#

You should be looking at the Checkout Session no?

north zenith
#

Because checkout includes one time and subscription, I'm looking at webhook invoice.paid

pulsar flume
#

Okay. Well we're back to what I said if you absolutely want to listen to invoice.paid (which I would not do)

#

So let me give you an alternative answer: Just look at the real Charge object and its amount