payme-integration

Integrate Payme Merchant and Subscribe APIs for Uzbek web and mobile payments.

13|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/ubranch/my-marketplace --skill payme-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: payme-integration
Source: https://github.com/ubranch/my-marketplace/tree/main/plugins/payme-integration/skills/payme-integration
Command: npx skills add https://github.com/ubranch/my-marketplace --skill payme-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enables Uzbek merchants to securely accept Payme payments by implementing both Merchant API and Subscribe API backends with sandbox and production workflows.

Core Features & Use Cases

  • Supports Merchant API and Subscribe API workflows for standard checkout and mobile integrations.
  • Provides sandbox testing, robust error handling, and production deployment guidance.
  • Includes fiscalization support and reconciliation via GetStatement for reliable accounting.

Quick Start

Set up your endpoint, configure Basic Auth credentials, and run a test transaction against the sandbox to verify integration.

Frequently Asked Questions about payme-integration

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

FAQPage Schema
How do I integrate Payme Merchant API for my Uzbekistan e-commerce checkout?

Payme Merchant API integration requires setting up a JSON-RPC endpoint, configuring Basic Auth credentials, and handling fiscalization details. You can verify your integration by running a test transaction against the sandbox before production deployment.

Does Payme Subscribe API support mobile payments in Uzbekistan?

Payme Subscribe API supports mobile payment integrations in Uzbekistan. It works alongside the Merchant API to provide standard checkout workflows, enforcing strict authentication and idempotent operations for secure transaction processing.

How do I handle transaction reconciliation with Payme GetStatement?

Payme GetStatement reconciliation is mandatory for reliable accounting. It allows you to fetch and verify transaction records, ensuring your payment data matches Payme's records for accurate financial reporting and error handling.

What is needed to configure JSON-RPC endpoints for Payme Business payments?

Configuring JSON-RPC endpoints for Payme Business payments requires strict authentication via Basic Auth credentials. You must enforce idempotent operations, include mandatory fiscalization details, and ensure proper error handling for both sandbox and production environments.

Can I use the Payme sandbox for testing before production deployment?

Yes, the Payme sandbox supports testing before production deployment. You can run test transactions to verify your endpoint configuration, validate authentication, and ensure your Merchant API or Subscribe API workflows function correctly.

Why does my Payme integration require fiscalization details?

Fiscalization details are mandatory for Payme integration to comply with Uzbekistan's regulatory requirements. They ensure proper tax reporting and transaction recording during the payment process, enforced through the JSON-RPC endpoints for both web and mobile payments.