AIwithhassan

05 Setup Payment — Documentation skill for Claude Code

Documentation community

Add PayPal payments to the VELOUR checkout.

How to install 05 Setup Payment

Installs to ~/.claude/skills/aiwithhassan-ecommerce-application-with-ai-05_setup_payment/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aiwithhassan-ecommerce-application-with-ai-05_setup_payment && curl -fsSL https://raw.githubusercontent.com/AIwithhassan/ecommerce-application-with-ai/HEAD/prompts/05_setup_payment.md -o ~/.claude/skills/aiwithhassan-ecommerce-application-with-ai-05_setup_payment/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What 05 Setup Payment does

Add PayPal payments to the VELOUR checkout. The InsForge backend (auth, products, carts, orders, /profile) is already connected — see `prompts/05_backend_database_and_auth.md` and the README Backend section. Keep the existing design; only touch what this flow needs.

BACKEND (InsForge CLI):

  • orders table: add payment_status (text, default 'unpaid') and payment_method (text, default 'paypal').
  • Order status flow becomes: pending (created, unpaid) → confirmed (paid) → shipped → delivered.

Alternatives in Documentation

Full documentation available on GitHub

View Source Repository