manage-subscriptions

Manage Payroc repeat-payments subscriptions and payment plans via CRUD operations.

1|Updated May 1, 2026
One-click install
npx skills add https://github.com/payroc/skills --skill manage-subscriptions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-subscriptions
Source: https://github.com/payroc/skills/tree/main/plugins/payroc/transaction/skills/manage-subscriptions
Command: npx skills add https://github.com/payroc/skills --skill manage-subscriptions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, uuid, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for developers to manage existing Payroc repeat-payments subscriptions and payment plans efficiently, allowing them to update, modify, cancel, reactivate, and manually trigger payments, as well as list or retrieve details.

Core Features & Use Cases

  • Subscription Management: Update or modify existing subscriptions, cancel or deactivate, and reactivate cancelled subscriptions.
  • Payment Plan Management: Create, update, delete payment plans, and manage their associated subscriptions.
  • Use Case: A developer can use this Skill to update the amount or end date of a subscription, or to manually trigger a payment on a subscription.

Quick Start

Use the manage-subscriptions skill to update the amount of an existing subscription to $100.

Frequently Asked Questions about manage-subscriptions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Payroc repeat-payments subscriptions programmatically?

You can manage Payroc repeat-payments subscriptions by performing CRUD operations to update amounts, modify end dates, cancel, reactivate, and manually trigger payments via the Payroc API.

Can I update the payment amount or end date of an existing subscription?

Yes, updating the payment amount or end date of an existing subscription is supported through modification operations on the Payroc repeat-payments subscription lifecycle.

How do I manually trigger a repeat payment on an active subscription?

Manually triggering a repeat payment on an active subscription is supported by executing manual payment triggering commands that interact directly with the Payroc API.

What's the best way to handle subscription lifecycle management for payment plans?

Handling subscription lifecycle management for payment plans involves creating, updating, and deleting payment plans while managing their associated subscriptions through the Payroc API.

Do I need the requests library to interact with the Payroc API for repeat payments?

Yes, the requests library is required as a dependency to handle Payroc API interactions for executing repeat payments and subscription management operations.

Can I reactivate a cancelled repeat-payments subscription?

Yes, reactivating cancelled repeat-payments subscriptions is supported, allowing you to resume the subscription lifecycle within the Payroc payment plan system.