I am using the built in “Go to Checkout” action in a workflow to redirect the user to the stripe hosted checkout. In the checkout it seems that you can only accept credit card info, but not billing or shipping.
In stripe, you can create payment links for each product, where you can customize the checkout page to allow for billing and shipping information, but it seems that the implementation of the “Go to Checkout” action does not allow for this customization.
Is there a different way to achieve this? I am using Supabase as my backend. Thanks!