cloudpayments
CommunityIntegrate CloudPayments with secure webhooks.
AuthorVKirill
Version1.0.0
Installs0
System Documentation
What problem does it solve?
CloudPayments integration work is hard to get right: you must implement multiple webhook gates, verify HMAC signatures on raw bodies, handle idempotency, and correctly support payments, refunds, subscriptions, and 54-ФЗ receipts.
Core Features & Use Cases
- Widget + REST payment flows: implement one-step charges, two-step auth/capture, and server-side charges by cryptograms or saved tokens.
- Secure webhook handling (Check/Pay/Fail/Refund/Recurrent): verify
Content-HMAC/X-Content-HMACover the raw request body, return correct{code: ...}semantics, and make processing idempotent usingTransactionId. - Recurring billing + tokenization: store CloudPayments tokens, set up
/subscriptions/create, and update your state onRecurrentwebhooks. - 54-ФЗ fiscal receipt integration: build and attach
CustomerReceiptwith correct enums (taxationSystem,Vat,method,object) for charges and refunds. - High-stakes reliability defaults: recommended timeout budgets, retry expectations, HMAC pitfalls avoidance, and troubleshooting playbooks for common production failures.
Quick Start
Use the cloudpayments skill to implement secure CloudPayments payment handling with webhooks by verifying Content-HMAC, adding idempotent TransactionId processing, and wiring Check/Pay/Refund/Recurrent logic plus a 54-ФЗ CustomerReceipt.
Dependency Matrix
Required Modules
None requiredComponents
referencesassets
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: cloudpayments Download link: https://github.com/VKirill/antigravity-for-claude-code/archive/main.zip#cloudpayments Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.