#bhaskar8781

1 messages · Page 1 of 1 (latest)

fossil jackalBOT
red harness
lime token
#

stripe.accounts.updateExternalAccount. is there anyway that i could get the user to select the bank account instead of manually taking in the info?

red harness
lime token
#

i am talking about web component for the user to select and update the bank.

red harness
#

I don't think it does. Did you test it out?

lime token
#

i will try it out. just found there is custom_account_update in AccountLinkCreateParams. will try it out

red harness
#

Please try it out, note that option is for custom account only.

lime token
#

we are not using custom. i see 4 options though

    namespace AccountLinkCreateParams {
      type Collect = 'currently_due' | 'eventually_due';

      type Type =
        | 'account_onboarding'
        | 'account_update'
        | 'custom_account_update'
        | 'custom_account_verification';
    }
red harness
#

Please always refer to the API reference doc for the available types.

#

The additoinal types that you found in type source code may be for some private beta features, which your account may or may not have access to,