#cvc
1 messages · Page 1 of 1 (latest)
Hi there 👋 I'm not 100% certain whether this works with Payment Links, but there is an option to customize the success URL for Checkout Sessions so they will include the ID of the Checkout Session as a query param, this is the only possible value that can be passed from a Checkout Session though.
https://stripe.com/docs/payments/checkout/custom-success-page
You cannot customize the Customer Portal to allow it to collect information for custom fields.
Sorry, you said Pricing Table but I read it as Payment Links, but my response would be the same for either. If you're going to be creating the Customer first, then I think you would want to leverage Checkout Sessions (can be configured for a specific Customer) rather than the Pricing Table (not Customer-specific).