stripe/stripe-js

[BUG]: SetupIntent.NextAction type doesn't have verify_with_microdeposits object type

honteng opened this issue · 3 comments

What happened?

According to this documentation

https://docs.stripe.com/api/setup_intents/object#setup_intent_object-next_action-verify_with_microdeposits-hosted_verification_url

SetupIntent.NextAction type should have verify_with_microdeposits but the latest type definition of NextAction doesn't have the entity

export interface NextAction {

It would be great to fix the type definition.

Environment

No response

Reproduction

No response

Hey thanks for reporting this -- I've raised internally to address. In the interim please use ts-ignore to access the necessary properties.

Hey @brendanm-stripe I would like to work on this issue.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.