Payment support based on Stripe, supporting credit cards and debit cards
Stripe Payment Integration Stripe payment extension for Caffeine AI. Overview This skill adds Stripe payment support using HTTP outcalls. The backend manages Stripe configuration, creates checkout sessions, and checks payment status. The frontend handles checkout flow and payment result pages. Backend For Stripe payment integration: Prerequisite: You must follow extension-authorization first, as this integration depends on it. There is the prefabricated module mo:caffeineai-stripe/stripe.mo that that cannot be modified. It provides fundamental functionality for making HTTP GET or PUT requests in the backend. import OutCall "mo:caffeineai-http-outcalls/outcall";
don't have the plugin yet? install it then click "run inline in claude" again.