Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
honteng opened this issue Jul 24, 2024 · 3 comments · Fixed by #656
Closed
Labels
bug Something isn't working stale

Comments

@honteng
Copy link

honteng commented Jul 24, 2024

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

@honteng honteng added the bug Something isn't working label Jul 24, 2024
@brendanm-stripe
Copy link
Contributor

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

@ParthTyagi15
Copy link

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

Copy link

stale bot commented Sep 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants