x9-template

Generate payment request template JSON files for X9.150 specification testing.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/carlosnetto/x9.150-py --skill x9-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x9-template
Source: https://github.com/carlosnetto/x9.150-py/tree/main/.claude/skills/x9-template
Command: npx skills add https://github.com/carlosnetto/x9.150-py --skill x9-template

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of standardized payment request template JSON files, essential for testing and validating the X9.150 secure payment specification.

Core Features & Use Cases

  • Template Generation: Creates partial PaymentRequest payloads based on predefined scenarios (e.g., restaurant tips, deferred invoices, multi-currency payments).
  • Schema Adherence: Ensures generated templates strictly follow the X9.150 specification schema.
  • Use Case: Quickly generate a template for a restaurant payment scenario, including tip options, to test how a payment application handles dynamic tip calculations.

Quick Start

Generate a new payment request template for a restaurant scenario with tip options.

Frequently Asked Questions about x9-template

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

FAQPage Schema
How do I generate a payment request template for X9.150 specification testing?

You can generate a payment request template for X9.150 specification testing by creating partial JSON payloads for predefined scenarios like restaurant tips or deferred invoices, which are then validated against the OpenAPI schema. The generated files follow specific naming conventions for organization.

What scenarios does the X9.150 payment template generation support?

The X9.150 payment template generation supports scenarios including restaurant tips, deferred invoices, marketplaces, and multi-currency payments. These predefined scenarios help test how payment applications handle dynamic calculations and various transaction types.

Does the generated payment template JSON validate against the OpenAPI schema?

Yes, the generated payment template JSON validates directly against the OpenAPI schema. This ensures that all generated payloads strictly follow the X9.150 secure payment specification structure before being used for testing.

Can I use this to test dynamic tip calculations for restaurant payments?

Yes, you can test dynamic tip calculations by generating a restaurant payment scenario template. The template includes specific tip options within the PaymentRequest payload to evaluate how your payment application processes dynamic additions.

Do I need any dependencies to create X9.150 payment request JSON files?

No external dependencies are required to create X9.150 payment request JSON files. The template generation operates independently to produce the necessary JSON payloads for your specification testing workflows.

What is the best way to organize X9.150 payment template files for testing?

The best way to organize X9.150 payment template files is by following the specific naming conventions provided during generation. This ensures the partial PaymentRequest JSON payloads remain structured and accessible across various testing scenarios.