#remoteboy
1 messages · Page 1 of 1 (latest)
Hi there
So when you pass metadata here you want to pass it within payment_intent_data so that it is passed on to the PaymentIntent
Right now you are just setting it at the top level so it is attached to the Checkout Session object itself
gotcha
Ah actually you are passing it in product_data
So it is actually going to be attached to your Product right now
Try passing it in payment_intent_data and see if that fixes things for you
will do. thanks for the quick help
Sure thing
Yep. That worked. Thanks again.