#c_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1282933174002909194
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, the available custom field types are dropdown, numeric and text, https://docs.stripe.com/api/payment-link/create#create_payment_link-custom_fields-type checkbox is currently not supported.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
consent_collection: {
terms_of_service: "required",
},
How do I update this quote in inspector?
Ah, I see , so you want to update the consent_collection https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-consent_collection-terms_of_service
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No you can't update the consent_collection of an existing checkout session or payment link.
Is there a way to add a code so customers can hover over "terms of service" or the equivalent to view the agreement without leaving the payment page? Currently click on Terms of Service will open a new page
Not possible at this moment.
Still have no way of editing code in inspector for a payment link, tried deactivating the link too.
Is there a tutorial for this?
As I explained before, you can't edit the consent_collection of an existing payment link.