#testing_83560
1 messages · Page 1 of 1 (latest)
hello! i'm sorry but i don't understand, can you explain in detail what's the behaviour you're expecting? and what did you see instead?
in live when i exported the transactions it was empty
The country is cyprus , type of registration is oss(eu). The payment was done with country as Italy
I think it'll probably be best if you reached out to Stripe Support - https://support.stripe.com/contact to ask about this, I'm not really familiar with that flow of exporting tax transactions via the Stripe Dashboard. We mainly help with developers who want to integrate directly with the Stripe API here on this channel
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I used the Tax module Calculation and Transaction class to create the tax id and transaction
“tax_calculation”: “taxcalc_1OZufMJw1ZYTRJ0ptQvoZaby” key via metadata, but we don't see you passing a line_iten_ID, see: req_5tmg8o6hSP8Hry
this was the reply from stripe support
alright, so have you tried what they suggested?
stripe.tax.Transaction.create_from_calculation(
calculation="{{TAX_CALCULATION}}",
reference='{{PAYMENT_INTENT_ID}}',
expand=["line_items"],
)
But the docs mentioned this was enough
i am following this doc https://stripe.com/docs/tax/custom#tax-transaction