I'm trying to build a public app where users can enter their credit card information, and then get charged with Stripe.
While I was planning on using the Stripe Card Form, I've been having a hard time finding any documentation on integrating it with Retool. The only forum thread I've managed to find is this one.
In particular, I'm getting stuck on how to create and confirm the payment intent with the credit card token. I put in a dummy credit card and connected it to a sandbox. But it's saying that the Payment Method doesn't exist. Am I missing a step? I assumed the token creation was automatically creating the card.
In any case, I was wondering if it was possible to embed Stripe's Checkout functionality in Retool instead. It seems more comprehensive and has a better UI, and is way less code than this path. However, I couldn't figure out how to embed the backend code on their documentation.