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)"
ターミナルで実行:
コピー
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)"