Cursor rules

A shared folder with AI prompts and code snippets

From workspace: EveryPay

Team: Main

Total snippets: 3

EveryPay

Cursor rules

3 snippets

EveryPay API callback

--- description: | Write secure and reliable handlers for EveryPay callback notifications. Ensures correct validation of callback payloads and safe event processing. globs: - "src/everypay/callbacks/**/*.ts" alwaysApply: false --- #...

MIT Rule

Write and maintain MIT (Merchant Initiated Transactions) logic using Every-Pay API. Covers tokenized card handling, recurring charge setup, and error safety.

--- description: | Write and maintain MIT (Merchant Initiated Transactions) logic using Every-Pay API. Covers tokenized card handling, recurring charge setup, and error safety. globs: - "src/everypay/mit/**/*.ts" alwaysApply: false --- #...

Every‑Pay API

This rule will guide the AI to generate consistent, robust integration code using Every‑Pay’s API docs.

--- description: | Assist with writing well-structured API client code for Every‑Pay, following best practices in error handling, endpoint design, and documentation. globs: - "src/everypay/**/*.ts" alwaysApply: false --- # Every‑Pay API...