#JayHEx
1 messages · Page 1 of 1 (latest)
Hello 👋
Moving the question here
Hi all. I have a question about metadata at checkout. Is it possible for some of the metadata that customers provide to be autopopulated to a form that we send our customers to after they have paid? We know the form has the functionality to be sent this data...does Stripe have the functionality to send it?
Hi Hanzo
When you say at Checkout, are you referring to Stripe Checkout?
If so, you can pass the Checkout Session ID as query parameter to your success URL and retrieve checkout information on the success page
https://stripe.com/docs/payments/checkout/custom-success-page
Hi Hanzo. Yes - we will use Strip to collect payment on the website. We then want the customer to go to a secure form that is generated, and that form to have some of the metadata generated at checkout
Hi Hanzo. Yes - we will use Strip to collect payment on the website. We then want the customer to go to a secure form that is generated, and that form to have some of the metadata generated at checkout
Gotcha. I'd recommend referring the link I shared above.
It shows how you can pass the checkout session ID to your success page and then retrieve information from it
Ok. And if that is a level of technical knowledge beyond me, is there somewhere you recommend we can go to pay a Stripe expert to do the configuration for us? Either within Strip or a place where good people can be found?
Stripe* autocorrect stikes again!
Sorry if I'm asking something basic@