#remoteboy

1 messages · Page 1 of 1 (latest)

fading coyoteBOT
drifting fiber
#

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

storm osprey
#

gotcha

drifting fiber
#

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

storm osprey
#

will do. thanks for the quick help

drifting fiber
#

Sure thing

storm osprey
#

Yep. That worked. Thanks again.