#jacob
1 messages · Page 1 of 1 (latest)
Not quite clear on your question can you give me a specific example of what this would look like?
It would have the label lets suppose its "First" but the value could be "12222333", and sorry i didnt capture the right area the new image shows the value that prints when I request what the customer selected in the dropdown at checkout via webhook. I would like to customize what each dropdown selections value is seperate from its label.
Ah gotcha, sorry I missed the payment links angle of your question (even though you were quite clear on it). Looking in to whether payment links support this
Hey @misty pond apologies for the delay. It looks like the dashboard doesn't allow this but you can set custom field values via the API https://stripe.com/docs/api/payment_links/payment_links/object#payment_link_object-custom_fields-dropdown-options-value
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So if you are comfortable making these links via API calls that would be a good way to set this up
Thanks I will look into that