#kryze_
1 messages · Page 1 of 1 (latest)
Yes, custom fields can do that https://stripe.com/docs/payments/checkout/custom-fields
Can it be prefilled if the user write something in a comment field (and cant change it on checkout)
I mean prefilled in my application before the Checkout Session
Unfortunately not as far as I can see. If you are collecting this comment beforehand, you can just add it as metadata to your Checkout Session. The user wouldn't be able to see it or edit it on the Checkout page but you would still be able to access it when the checkout session completes