Pick your AI tool, paste the command, and Waffo Pancake SDK integration starts automatically.
Claude Code
Codex
Cursor
Run in your terminal:
Copy
claude "Integrate Waffo Pancake payments into my web application. Use the Waffo Pancake Skill and the official TypeScript SDK: npm install @waffo/pancake-ts. Read https://docs.waffo.ai/llms-full.txt for the full API reference. Setup: 1) Install SDK and create a WaffoPancake client with WAFFO_MERCHANT_ID and WAFFO_PRIVATE_KEY 2) Create a checkout endpoint using client.checkout.createSession({ storeId, productId, productType: 'onetime', currency: 'USD' }) — redirect user to session.checkoutUrl 3) Create a webhook handler using verifyWebhook(rawBody, signature) from the SDK to verify x-waffo-signature header 4) Handle events: order.completed, subscription.activated, subscription.canceled — return 200 OK immediately. Test card: 4242 4242 4242 4242 (any future expiry, any CVC)"
Run in your terminal:
Copy
codex "Integrate Waffo Pancake payments into my web application. Use the Waffo Pancake Skill and the official TypeScript SDK: npm install @waffo/pancake-ts. Read https://docs.waffo.ai/llms-full.txt for the full API reference. Setup: 1) Install SDK and create a WaffoPancake client with WAFFO_MERCHANT_ID and WAFFO_PRIVATE_KEY 2) Create a checkout endpoint using client.checkout.createSession({ storeId, productId, productType: 'onetime', currency: 'USD' }) — redirect user to session.checkoutUrl 3) Create a webhook handler using verifyWebhook(rawBody, signature) from the SDK to verify x-waffo-signature header 4) Handle events: order.completed, subscription.activated, subscription.canceled — return 200 OK immediately. Test card: 4242 4242 4242 4242 (any future expiry, any CVC)"
Open Cursor, press Cmd+K (or Ctrl+K), then paste:
Copy
Integrate Waffo Pancake payments into my web application.Use the Waffo Pancake Skill and the official TypeScript SDK: npm install @waffo/pancake-tsRead https://docs.waffo.ai/llms-full.txt for the full API reference.Setup:1. Install SDK and create a WaffoPancake client with WAFFO_MERCHANT_ID and WAFFO_PRIVATE_KEY2. Create a checkout endpoint using client.checkout.createSession({ storeId, productId, productType: "onetime", currency: "USD" }) — redirect user to session.checkoutUrl3. Create a webhook handler using verifyWebhook(rawBody, signature) from the SDK to verify x-waffo-signature header4. Handle events: order.completed, subscription.activated, subscription.canceled — return 200 OK immediatelyTest card: 4242 4242 4242 4242 (any future expiry, any CVC)
These AI prompts are based on the official Waffo Pancake Skill. You can also download the Skill file and add it directly to your AI coding assistant.
For subscriptions, also set billingPeriod (weekly, monthly, quarterly, yearly) and define tiers.One-time or subscription. Your choice.For subscriptions: