We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
Attempt to create payment intent. confirmation_token is not a parameter that can be set
confirmation_token
I should be able to set the parameter confirmation_token as part of creating a payment intent
No response
macOS
1.74.0
async-stripe 0.37.1
2024-06-20
The text was updated successfully, but these errors were encountered:
Looks like my issue should be fixed with #609
Sorry, something went wrong.
@migueltol22 I have merged some things to fix CI today, will wait for the next openapi sync (thursday) and get it merged.
@arlyon thanks a lot!
No branches or pull requests
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 setExpected behavior
I should be able to set the parameter
confirmation_token
as part of creating a payment intentCode 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
The text was updated successfully, but these errors were encountered: