#inexorable
1 messages ยท Page 1 of 1 (latest)
Hi ๐
All the customization options are shown here: https://stripe.com/docs/payments/checkout/customization
hmmmm.... nothing in there for additional info... sounds like we might have go down the PaymentIntent route or show the payment form ourselves ๐ค
would have been really good to just show the event date people were paying for on the payment page </shrug>
I'm not missing a way to make a custom field a date am i?
... or missing how to make a custom field read-only (with a default value) - that would be good ๐
Well you could dynamically specify the product description which would be displayed in the Checkout payment page, using the price_data.product_datat parameter: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.