#ilamathi-subscription with tax
1 messages ยท Page 1 of 1 (latest)
Yes, pls check and tell me where i can get there details.. The generated PDF invoice contains those details, so i guess this should be there in the response object as well somewhere may be need to pass some params while creating subscription or any other stuff need to do?
I'm looking at this, please hold a minute
do you have a subscription id I could take a look at?
"sub_1L8KIjKhQvshw5gFGVOmaULU" I did in testmode only... not sure u able to access this or not..
sure I'll take a look
I think this is what you need to be looking at https://stripe.com/docs/api/invoices/line_item#invoice_line_item_object-tax_amounts-tax_rate
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
which you can find in your subscription.latest_invoice
in that you can have the tax rate Id that you can expand to get the tax rate object
ok.. let me check
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
Np!