UPI上线清单

upi-go-live-checklist

by anugotta

Drive a zero-to-first-test-payment UPI onboarding workflow with explicit readiness checks: provider selection, sandbox setup, credentials, webhook validation, test matrix, go-live gates, and incident rollback planning. Use when preparing to launch UPI payments safely.

4.5k效率与工作流未扫描2026年4月20日

安装

claude skill add --url https://github.com/openclaw/skills

文档

UPI Go-Live Checklist

Purpose

This skill takes a team from no setup to first successful test payment and then to go-live readiness.

It is execution-oriented: checklists, artifacts, and release gates.

Disclaimer

This skill provides launch-planning and operational guidance only. It does not execute payments, move funds, or replace legal/compliance review. Payment regulations, provider APIs, and operational requirements may change; verify against the latest official PSP, RBI, and NPCI documentation before go-live.

Use at your own risk. The skill author/publisher/developer is not liable for direct or indirect loss, fraud, chargebacks, penalties, downtime, or other damages arising from use or misuse of this guidance.

Always complete sandbox validation, policy review, and internal approvals before production launch.

Scope boundaries

  • This skill does not move money by itself.
  • It assumes you have (or will obtain) a PSP/aggregator account and required approvals.
  • It coordinates onboarding and launch readiness; use upi-payment-integration for deep code patterns and upi-payment-ux-ops for messaging/support copy.

Setup

On first use, read setup.md and create a local project memory file from memory-template.md.

Source freshness

  • Last verified date: 2026-03-19
  • Treat this as a launch framework; always re-validate policy/provider details before go-live.

Source validation checklist

  • Confirm current RBI digital payment authentication direction applicability.
  • Confirm latest recurring mandate/e-mandate rules for your payment categories.
  • Confirm selected provider's current onboarding, settlement, and support SLAs.
  • Confirm incident/escalation contacts are current and tested.
  • Confirm all gate criteria in your org's compliance policy are mapped in go-live-gates.md.

Standard execution workflow

Follow these phases in order:

Phase 0 - Program setup

Required inputs:

  • target launch date
  • owner names (engineering, product, ops, finance)
  • chosen market and currency assumptions
  • provider short-list

Outputs:

  • project tracker with owners and due dates
  • risk log initialized

Phase 1 - Provider and account readiness

Checklist:

  • Select provider path (direct bank/PSP/aggregator).
  • Confirm sandbox access is enabled.
  • Confirm production onboarding/KYC requirements.
  • Confirm settlement model and reconciliation report availability.
  • Confirm support and escalation contacts from provider side.

Output:

  • signed-off provider decision note

Phase 2 - Security and configuration baseline

Checklist:

  • Define required env vars and secret ownership.
  • Store credentials in secure secret manager (not chat, not source control).
  • Define webhook endpoint URL(s) for sandbox and prod.
  • Define IP allowlist / auth / signature verification policy.
  • Define data retention policy for payment logs and PII.

Output:

  • configuration manifest (env-name -> secret -> owner -> rotation policy)

Phase 3 - Build minimum viable payment flow

Checklist:

  • Create order/payment record model with idempotency anchor.
  • Implement payment initiation endpoint.
  • Implement webhook receiver with signature validation.
  • Implement payment state transitions and transition guardrails.
  • Implement reconciliation job for stale pending transactions.

Output:

  • end-to-end sandbox payment flow working in test environment

Phase 4 - Test matrix and evidence

Run and capture evidence for:

  • successful payment
  • failed payment
  • timeout leading to reconciliation
  • duplicate webhook delivery
  • out-of-order webhook sequence
  • refund (if enabled in scope)
  • mandate create/cancel (if recurring is in scope)

Output:

  • test evidence log (screenshots, traces, IDs, expected vs actual)

Phase 5 - Operational readiness

Checklist:

  • Monitoring dashboards live (success rate, pending aging, webhook failures).
  • Alerts configured (failure spike, pending backlog, reconciliation failures).
  • L1/L2 support runbook approved.
  • Incident communication templates approved.
  • On-call ownership and escalation ladder confirmed.

Output:

  • runbook + on-call contact sheet

Phase 6 - Go-live gate review

Gate must pass all:

  • critical test cases pass
  • no unresolved P0/P1 payment defects
  • rollback procedure tested
  • financial reconciliation dry run accepted by finance
  • compliance sign-off recorded

Output:

  • go/no-go decision record

Agent behavior rules

When user asks for launch help:

  1. Determine current phase (0 to 6).
  2. Return only missing tasks for that phase.
  3. Mark blockers explicitly as BLOCKER.
  4. Do not suggest go-live if any gate is incomplete.
  5. Keep outputs actionable with owner and due date fields.

Output template

Use this format:

text
Current phase: <N>

Completed:
- ...

Missing:
- [BLOCKER] <task> | owner: <name/role> | due: <date>
- <task> | owner: <name/role> | due: <date>

Next milestone:
- <milestone and acceptance criteria>

Companion files

Related skills

  • upi-payment-integration for implementation and technical reliability controls
  • upi-payment-ux-ops for customer communication and support readiness

相关 Skills

技能工坊

by anthropics

Universal
热门

覆盖 Skill 从创建到迭代优化全流程:起草能力、补测试提示、跑评测与基准方差分析,并持续改写内容和描述,提升效果与触发准确率。

技能工坊把技能从创建、迭代到评测串成闭环,方差分析加描述优化,特别适合把触发准确率打磨得更稳。

效率与工作流
未扫描139.0k

PPT处理

by anthropics

Universal
热门

处理 .pptx 全流程:创建演示文稿、提取和解析幻灯片内容、批量修改现有文件,支持模板套用、合并拆分、备注评论与版式调整。

涉及PPTX的创建、解析、修改到合并拆分都能一站搞定,连备注、模板和评论也能处理,做演示文稿特别省心。

效率与工作流
未扫描139.0k

PDF处理

by anthropics

Universal
热门

遇到 PDF 读写、文本表格提取、合并拆分、旋转加水印、表单填写或加解密时直接用它,也能提取图片、生成新 PDF,并把扫描件通过 OCR 变成可搜索文档。

PDF杂活别再来回切工具了,文本表格提取、合并拆分到OCR识别一次搞定,连扫描件也能变可搜索。

效率与工作流
未扫描139.0k

相关 MCP 服务

文件系统

编辑精选

by Anthropic

热门

Filesystem 是 MCP 官方参考服务器,让 LLM 安全读写本地文件系统。

这个服务器解决了让 Claude 直接操作本地文件的痛点,比如自动整理文档或生成代码文件。适合需要自动化文件处理的开发者,但注意它只是参考实现,生产环境需自行加固安全。

效率与工作流
86.1k

by wonderwhy-er

热门

Desktop Commander 是让 AI 直接执行终端命令、管理文件和进程的 MCP 服务器。

这工具解决了 AI 无法直接操作本地环境的痛点,适合需要自动化脚本调试或文件批量处理的开发者。它能让你用自然语言指挥终端,但权限控制需谨慎,毕竟让 AI 执行 rm -rf 可不是闹着玩的。

效率与工作流
6.1k

EdgarTools

编辑精选

by dgunning

热门

EdgarTools 是无需 API 密钥即可解析 SEC EDGAR 财报的开源 Python 库。

这个工具解决了金融数据获取的痛点——直接让 AI 读取结构化财报,比如让 Claude 分析苹果的 10-K 文件。适合量化分析师或金融开发者快速构建数据管道。但注意,它依赖 SEC 网站稳定性,高峰期可能延迟。

效率与工作流
2.2k

评论