Problem Description: I have created a AI MicroSaaS on Replit. Authenticator using Google sign in implemented. I am looking to add a paddle overlay checkout for my app (paywall)along with a webhook so that I can validate that the user has enough credits. The SAAS is working without the paywall. Already signed up for paddle and trying to implement sandbox first the prod.
Acceptance Criteria: Paddle overlay checkout implemented with paywall. The system validates if the user has enough credits to execute the AI generation. If the user doesn’t have enough credits then they are redirected to buy more. Implement using sandbox first, validate and then production