#aliRT

1 messages · Page 1 of 1 (latest)

lone voidBOT
indigo turtle
#

Hi! Let me help you with this.

#

Are you using Automatic Tax?

#

Could you please provide an example event? evt_xxx

chrome edge
#

evt_3Mw0C2C5nS7MIewM129GJXiy

#

like i want to get the checkout summary. is it possible?

indigo turtle
chrome edge
#

but i can not get tax rate information in this event. it is null here

#

?

indigo turtle
#

The event you provided is payment_intent.created

chrome edge
#

ok let me give you another one

lone voidBOT
chrome edge
#

evt_1Mw0qrC5nS7MIewMPPiWL2UL

#

see this . tax rate and even lineItem ar not available in this event . how can i get checkout summary now

#

?

indigo turtle
chrome edge
#

okay i did it. but what about tax rate ?

#

basically i need the tax amount or the checkout summary that create on checkout

#

i just information . how can i access that

#

?

winged iris
#

The tax information is stored in the line_items list on the object (for example: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-line_items-data-amount_tax). You need to make an API request in your webhook handler to make that API call to retrieve the data

chrome edge
#

it still has null in tax rate'

winged iris
#

Taking a look