#omar-webhook

1 messages · Page 1 of 1 (latest)

rain condor
#

It depends on your integration flow. Did you use Checkout or PaymentIntent? Or Subscription?

opaque jackal
#

Checkout

#

And using a cart library

rain condor
#

In that case listen to checkout.session.completed

#

It will returns a Checkout Session object, which has line_items

#

inside that you will have the price and product information

opaque jackal
#

Thank you orakaro

#

I will try that out