#Siva_K-checkout-customer-meta

1 messages · Page 1 of 1 (latest)

subtle magnet
#

Hey, that's not possible right now I'm afraid. What's the use case?

harsh glade
#

Thank you for the response

subtle magnet
#

Are you passing the customer parameter, or is Checkout creating a new customer?

harsh glade
#

We have a scenario that needs to set some additional parameters for customers

#

creating new customer in checkout

left crypt
harsh glade
#

So, we do not have the option to set the metadata for customers in the checkout session. right?

left crypt
#

the two options are the ones above, that's it really

harsh glade
#

Ok, thank you

#

if we set the metadata for the session, will those copy to other objects or they will stay at the checkout object itself?

left crypt
#

they stay on the Checkout object itself

#

in addition, there is for example payment_intent_data[metadata] that applies metadata to the PaymentIntent it would create in a one time payment, for example, or subscription_data[metadata] for those

harsh glade
#

can we pass the metadata to the subscription?

left crypt
#

via subscription_data[metadata] as I mentioned yep

harsh glade
#

ok