#glenb.

1 messages · Page 1 of 1 (latest)

naive fulcrumBOT
charred wraith
#

That's all it offers, to calculate the tax included final amount. If you want to mark it, use the metadata on the PaymentIntent

weak aspen
#

Ok, but my understanding is that enabling Stripe Tax keeps a record of tax I collect so I can report it. How do I record and report that I collected tax on a paymentIntent?

#

I'm thinking the paymentIntent api is not suitable if tax is involved, so I might have to use checkout for this so the tax calculations/reporting are automatic?

charred wraith
#

That's correct. Checkout would be way easier. This custom tax guide is for how to use the tax engine, but you would need to reconcile, create the report on your own

#

ie. Listing one-off PaymentIntent, look at the metadata you set, and generate a report

weak aspen
#

Ok, no worries. Thanks.

weak aspen
#

I'm setting up the checkout session. If I add metadata to the session, will it come through on the customer.payment_succeeded webhook?

charred wraith
#

If you use Checkout Session the Tax is calculated automatically, why still use metadata?