ما هي stripe-best-practices؟
أفضل الممارسات لبناء تكاملات Stripe المصدر: stripe/ai.
أفضل الممارسات لبناء تكاملات Stripe
ثبّت مهارة الذكاء الاصطناعي stripe-best-practices بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: stripe/ai.
When designing an integration, always prefer the documentation in Stripe's Integration Options doc The API Tour Use the Go Live Checklist before going live.
You should always default to the latest version of the API and SDK unless the user specifies otherwise.
Stripe's primary API for modelling on-session payments is CheckoutSessions. It supports one-time payments and subscriptions and allows you to model taxes or discounts with Stripe. Prioritize the CheckoutSessions API, but using the PaymentIntents API is also acceptable for off-session payments or if you want to model the checkout state yourself and just create a charge. Integrations should only use CheckoutSessions...
أفضل الممارسات لبناء تكاملات Stripe المصدر: stripe/ai.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/stripe/ai --skill stripe-best-practicesأفضل الممارسات لبناء تكاملات Stripe المصدر: stripe/ai.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/stripe/ai --skill stripe-best-practices بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/stripe/ai