payme-business-integration

Define Payme Business integration separating Merchant and Subscribe API flows.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/CYBERSTALKER07/ATOMOS --skill payme-business-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: payme-business-integration
Source: https://github.com/CYBERSTALKER07/ATOMOS/tree/main/.github/skills/payme-business-integration
Command: npx skills add https://github.com/CYBERSTALKER07/ATOMOS --skill payme-business-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Payme Business integration requires clear separation between merchant-facing operations (Merchant API) and Payme's Subscribe API, plus strict sandbox and production boundaries, secure credential management, and consistent lifecycle handling across backend, web, and mobile surfaces.

Core Features & Use Cases

  • Separate Merchant API and Subscribe API modes with explicit environment separation for sandbox and production.
  • Provide guidance for hosted checkout, mobile integration, receipts, holds, and idempotent transaction handling.
  • Guardrails to keep supplier credential configuration distinct from customer checkout logic, ensuring correct routing and data security across backend and frontend.

Quick Start

Activate this skill when planning Payme Business integration to separate Merchant API and Subscribe API flows and configure environment-specific credentials and endpoints.

Frequently Asked Questions about payme-business-integration

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

FAQPage Schema
How do I separate Payme Merchant API and Subscribe API flows in my backend?

To separate Payme Merchant API and Subscribe API flows, define distinct environment-specific endpoints and credential storage configurations across your monorepo. This ensures correct routing and data security for both supplier-facing operations and customer checkout logic.

How do I manage sandbox versus production credentials for Payme Business integration?

Managing sandbox versus production credentials requires strict environment separation to ensure safe handling of sensitive data. Store environment-specific endpoints and credentials distinctly to prevent cross-environment routing errors during Payme Business integration.

What is the best way to handle idempotent Payme merchant operations and transaction reconciliation?

The best way to handle idempotent Payme merchant operations and reconciliation is to implement explicit lifecycle handling across backend and frontend surfaces. This guarantees consistent transaction states and safe processing of holds and receipts.

Can I use Payme hosted checkout with separate supplier and customer logic across web and mobile?

Yes, you can use Payme hosted checkout across web and mobile by keeping supplier credential configuration distinct from customer checkout logic. This approach maintains correct routing and data security throughout the integration.

Why do I need distinct Payme API modes for backend monorepo integration?

You need distinct Payme API modes because merchant-facing operations require different routing, credential handling, and reconciliation workflows than Subscribe API customer flows. Clear separation prevents sensitive data leaks and ensures transaction idempotency.