Hi! I am making a launch platform (like ProductHunt).
I want users to be able to submit their product details, add their logo, app images, etc., and then proceed to the Stripe checkout. Once the payment is successful, a new app launch is created.
To do this, I am using the API connector and I am trying to add custom Stripe metadata like the example provided one in this video (See 1:29:18 of the video below). However, the video doesn’t provide a step-by-step tutorial on how to do this.
The metadata parameter I made isn’t showing up in my workflow when I try to Request Data.
The only metadata parameter that is showing up is for metadata[plan].
Basically, I want to recreate the user experience shown in 1:22:50 of the video.
Does anyone know how to do this?