#aathira
1 messages · Page 1 of 1 (latest)
Which event is your fulfillment webhook handler listening for?
payment_intent.created and payment_intent.succeeded
Okay, so there are 2 places on the Checkout Session object where you can pass meatadata. There's metadata, which adds metadata to the Checkout Session object itself. Then there's payment_intent_data.metadata, which adds metadata to the Payment Intent that is created by the Checkout Session