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]: paymentIntent.next_action is missing "verify_with_microdeposits" #683

Closed
davidAtInleague opened this issue Nov 18, 2024 · 1 comment · Fixed by #698
Closed

[BUG]: paymentIntent.next_action is missing "verify_with_microdeposits" #683

davidAtInleague opened this issue Nov 18, 2024 · 1 comment · Fixed by #698
Labels
bug Something isn't working

Comments

@davidAtInleague
Copy link

What happened?

It appears that "verify_with_microdeposits" is missing on the PaymentIntent.NextAction type.

export interface NextAction {

https://docs.stripe.com/api/payment_intents/object#payment_intent_object-next_action-verify_with_microdeposits

Environment

No response

Reproduction

No response

@davidAtInleague davidAtInleague added the bug Something isn't working label Nov 18, 2024
@brendanm-stripe
Copy link
Contributor

Agree, that appears to be missing to handle the manual verification path. I've reported it to the Stripe.js team to get that added.

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

Successfully merging a pull request may close this issue.

2 participants