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

confirmation_token is missing from createPaymentIntent struct #610

Open
migueltol22 opened this issue Sep 17, 2024 · 3 comments
Open

confirmation_token is missing from createPaymentIntent struct #610

migueltol22 opened this issue Sep 17, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@migueltol22
Copy link

Describe the bug

confirmation_token is a parameter that can set when creating a payment intent but is not exposed as part of the createPaymentIntent struct

Stripe API documentation: https://docs.stripe.com/api/payment_intents/create

To Reproduce

Attempt to create payment intent. confirmation_token is not a parameter that can be set

Expected behavior

I should be able to set the parameter confirmation_token as part of creating a payment intent

Code snippets

No response

OS

macOS

Rust version

1.74.0

Library version

async-stripe 0.37.1

API version

2024-06-20

Additional context

No response

@migueltol22 migueltol22 added the bug Something isn't working label Sep 17, 2024
@migueltol22
Copy link
Author

Looks like my issue should be fixed with #609

@arlyon
Copy link
Owner

arlyon commented Sep 24, 2024

@migueltol22 I have merged some things to fix CI today, will wait for the next openapi sync (thursday) and get it merged.

@migueltol22
Copy link
Author

@arlyon thanks a lot!

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

No branches or pull requests

2 participants