create-pricing-intent

Create and manage reusable pricing templates via the Payroc Boarding API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating and managing reusable pricing intents for merchants, reducing the complexity of fee management and enabling efficient boarding of new merchants.

Core Features & Use Cases

  • Create Pricing Intents: Design and define pricing templates for merchant processing agreements.
  • Manage Pricing Templates: Update, retrieve, list, or delete pricing intent templates.
  • Use Case: When onboarding a new merchant, use this Skill to quickly create a pricing intent that includes specific fees and pricing programs, ensuring a consistent and efficient boarding process.

Quick Start

To create a new pricing intent, start the skill and provide the necessary details about the pricing program and fees.

Frequently Asked Questions about create-pricing-intent

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

FAQPage Schema
How do I create reusable pricing templates for merchant onboarding via API?

To create reusable pricing templates for merchant onboarding, use the Payroc Boarding API to send a POST request to the /v1/pricing-intents endpoint with a properly structured JSON payload defining your specific fees and pricing programs.

Can I update or delete existing merchant fee management templates through the Payroc API?

Yes, you can manage existing merchant fee management templates by sending PUT, PATCH, or DELETE requests to the /v1/pricing-intents endpoint, allowing you to retrieve, update, or remove pricing intent configurations as needed.

What do I need to manage pricing intents using the Payroc Boarding API?

To manage pricing intents using the Payroc Boarding API, you need proper authorization credentials, the Python requests and uuid libraries for handling API calls and identifiers, and a correctly formatted JSON request structure.

When should I use a pricing intent during the merchant onboarding process?

You should use a pricing intent during merchant onboarding when you need to quickly apply a consistent set of processing fees and pricing programs to new merchants, significantly reducing the complexity of manual fee configuration.

Does the Payroc API support listing all available pricing intent templates?

Yes, the Payroc API supports listing all available pricing intent templates by sending a GET request to the /v1/pricing-intents endpoint, returning your existing reusable pricing configurations for review and management.