#iconate - tips
1 messages · Page 1 of 1 (latest)
You could add line items to invoices, for stand alone payment intents you'd need to manage the money and set a suitable amount
Ok so for invoices, how would I make the tip non-taxable? Apply a 0% tax to the line item so the invoice is still taxed (or equally, just apply the tax to the other invoice items?)
And for payment intents, if taxes need to be involved, should I just stick with invoices? Otherwise I assume I need to capture the amount + tip + tax
Yes if that's what is appropriate you'd override the default tax rates by specifying one or more tax_rates
https://stripe.com/docs/api/invoiceitems/create?lang=curl#create_invoiceitem-tax_rates
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks
NP!