You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the stripe.accounts.listExternalAccounts method with TypeScript, it does not recognize the "object" property as a valid property for ExternalAccountListParams. Using ts-ignore, I am able to successfully retrieve external accounts based on the type I want, card or bank_account. After testing, I was able to get a successful response for each value.
@stuyy Thanks for the report! This is something we want to improve in the future so I'm going to tag as future but we likely won't get to that one soon unfortunately.
When trying to use the
stripe.accounts.listExternalAccounts
method with TypeScript, it does not recognize the "object" property as a valid property for ExternalAccountListParams. Using ts-ignore, I am able to successfully retrieve external accounts based on the type I want,card
orbank_account
. After testing, I was able to get a successful response for each value.The text was updated successfully, but these errors were encountered: