#Putricio-custom-info-checkout
1 messages ยท Page 1 of 1 (latest)
Hello ๐
What kind of "data" are you trying to enter? Can you expand on your use-case?
like userId, item name and customized data
Gotcha. You can use the metadata property for this
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and then I can grab it in the webhook, right?
yup
i can use it on stripe checkout?