#.cloink
1 messages · Page 1 of 1 (latest)
hi! can you elaborate a little on what your code looks like and which Stripe frontends/APIs you're using?
Apologies, I’m using the templated payment link therefore I can’t give you my code. I’ve created 2 additional field boxes, but the data goes nowhere but the first payment
yeah, that's just how that feature works. The information is available in https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-custom_fields-text-value
you could write code that listens to the checkout.session.completed webhook event and reads the information from those fields and then calls e.g. the Customer Update API to set them onto a field like description on the Customer object. But it doesn't happen by default right now.
How would I implement this code?
Hey! Taking over for my colleague. Let me catch up.