#aubreywodonga
1 messages · Page 1 of 1 (latest)
- Yes, when using manual capture you can set the
amount_to_captureup to the authorizedamount
https://stripe.com/docs/api/payment_intents/capture#capture_payment_intent-amount_to_capture
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
- This is not currently supported when using invoices, no.
The payment intent created automatically for you within an invoice is auto-capturing, and setting/updating that to manual is not currently possible
However, note that you can now get tax calculations which you can use with payment intents:
https://stripe.com/docs/tax/custom
Ah okay. I expected as much but it was worth asking! Thank you so much for highlighting the amount_to_capture - that is exactly what I have been looking for!
I'll also look into that link for tax. If I can implement tax into the payment intents api then that is perfect
Is this tax api a paid tool?
Nevermind - found the pricing section of the docs. Thanks so much for your help!!
NP -- this support article also explains with examples how this would work: https://support.stripe.com/questions/understanding-stripe-tax-pricing
For more questions about pricing/fees, though, please work withour support team: https://support.stripe.com/contact