#1_tap_elite
1 messages · Page 1 of 1 (latest)
Maybe you set metadata and retrieving it on different object?
Checkout Session != PaymentIntent
Okay,So we are sending metaData on paymentIntent but the checkout session is mapped to same payment id.
should it not have the same meta data as well?
No it won't automaticaly get transferred. You may want to find to corresponding PaymentIntent and perform a Retrieve PaymentIntent Id
Actually, are you sure you have set the metadata on the PaymentIntent?
How?
this is how I am generating metaData on payment intent and using firebase to create checkout session
That looks like metadata on the CheckoutSession itself
Have you checked that Checkout Session Id on your Stripe Dashboard?
I found out there