/generate-mapping-for-psp

Generate a JSON mapping file for a payment service provider from its API documentation.

15|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Basis-Theory-Labs/vibe-orchestration-skills --skill generate-mapping-for-psp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /generate-mapping-for-psp
Source: https://github.com/Basis-Theory-Labs/vibe-orchestration-skills/tree/main/.claude/skills/generate-mapping-for-psp
Command: npx skills add https://github.com/Basis-Theory-Labs/vibe-orchestration-skills --skill generate-mapping-for-psp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the creation of JSON mapping files for payment service providers (PSPs) by researching their APIs, saving developers significant time and effort in building payment integrations.

Core Features & Use Cases

  • Automated PSP Research: Automatically researches PSP API documentation for key details like authentication, endpoints, and data formats.
  • Mapping File Generation: Constructs a comprehensive JSON mapping file adhering to a predefined schema.
  • Use Case: A developer needs to integrate with a new payment gateway, Stripe. They use this Skill to generate the stripe.json mapping file, which then serves as the foundation for building a Stripe SDK.

Quick Start

Use the generate-mapping-for-psp skill to create a mapping file for the 'stripe' payment processor.

Frequently Asked Questions about /generate-mapping-for-psp

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

FAQPage Schema
How do I generate a JSON mapping file for a payment service provider API?

Automated PSP research extracts key details like authentication, endpoints, and data formats from payment gateway API documentation to construct a comprehensive JSON mapping file adhering to a predefined schema.

What is included in a payment gateway API mapping file for SDK generation?

A payment gateway API mapping file includes authentication methods, source types, operations, status and error codes, recurring payments, and 3D Secure details, using existing mappings as conventions to ensure schema adherence.

How do I automate payment integration research for a new payment gateway?

You automate payment integration research by parsing API documentation for endpoints and data formats, then compiling these details into a structured JSON mapping file that saves development time and effort.

Can I use a generated PSP mapping file as a foundation for building a payment SDK?

Yes, a generated PSP mapping file serves as the foundation for building a payment SDK by providing the comprehensive JSON structure required to interface with the payment service provider's API.

Does the payment service provider mapping process cover 3D Secure and recurring payments?

Yes, the payment service provider mapping process covers 3D Secure and recurring payments, alongside authentication, source types, operations, and error codes, ensuring comprehensive API integration coverage.