#testing_83560

1 messages · Page 1 of 1 (latest)

deft nexusBOT
violet zealot
#

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?

stiff ember
#

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

violet zealot
#

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

stiff ember
#

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

violet zealot
#

alright, so have you tried what they suggested?

stiff ember
#

stripe.tax.Transaction.create_from_calculation(
calculation="{{TAX_CALCULATION}}",
reference='{{PAYMENT_INTENT_ID}}',
expand=["line_items"],
)

But the docs mentioned this was enough