cobo-payment

Generate cobo-cli commands for Cobo Wallet-as-a-Service Payment operations.

63|32|Updated Oct 21, 2024
One-click install
npx skills add https://github.com/CoboGlobal/cobo-cli --skill cobo-payment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cobo-payment
Source: https://github.com/CoboGlobal/cobo-cli/tree/main/skills/cobo-payment
Command: npx skills add https://github.com/CoboGlobal/cobo-cli --skill cobo-payment

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It reduces the friction of building payment workflows by guiding you through authenticated, environment-correct interactions with Cobo Payment APIs, including troubleshooting and safe recovery for common failures.

Core Features & Use Cases

  • Payments-focused API guidance: Covers pay-in orders, refunds, payouts (crypto and OffRamp), merchants, counterparties, destinations, allocations, reports, settlement info, and payment links.
  • Operational guardrails: Enforces safer practices like idempotency via unique request_id/psp_order_code and avoiding exposure of secrets.
  • Auto-diagnosis + recovery patterns: Provides clear state detection steps and error-code-driven fixes (e.g., missing permissions, missing keys, duplicate request_id, invalid formats), so you can proceed without unnecessary back-and-forth.

Quick Start

Tell the assistant: "Create a pay-in order for merchant M1001 in dev, then poll until it reaches a terminal status using Cobo Payment APIs."

Frequently Asked Questions about cobo-payment

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

FAQPage Schema
How do I automate Cobo payment workflows using CLI commands?

To automate Cobo payment workflows, you can generate correct cobo-cli commands for /payments/* endpoints to manage pay-ins, payouts, and refunds. The Skill guides you through parameter discovery via cobo doc while enforcing idempotency and safe error recovery.

How do I handle duplicate request_id errors during payment payout operations?

To handle duplicate request_id errors during payment payout operations, the Skill provides auto-diagnosis and error-code-driven recovery patterns. It detects state issues and enforces idempotency by requiring unique request_id or psp_order_code values to avoid duplicate processing.

What is the best way to set up Cobo payment API permissions for merchant pay-ins?

The best way to set up Cobo payment API permissions for merchant pay-ins is to use existing cobo-cli auth and environment state. The Skill checks for missing permissions or keys and provides specific recovery steps to resolve configuration issues before creating orders.

Can I issue crypto refunds and query balances through the Cobo Payment API?

Yes, you can issue crypto refunds and query balances through the Cobo Payment API. The Skill generates the necessary cobo-cli commands for these operations, ensuring correct parameter formats and providing troubleshooting steps for common error codes encountered during the process.

Why does my Cobo payment order creation fail with missing permissions or invalid formats?

Your Cobo payment order creation fails with missing permissions or invalid formats due to incorrect API configurations or parameter structures. The Skill auto-diagnoses these specific error codes and provides direct recovery steps to fix missing keys and validate formats without back-and-forth.

Do I need existing cobo-cli authentication to manage Cobo Wallet-as-a-Service payment operations?

Yes, you need existing cobo-cli authentication and environment state to manage Cobo Wallet-as-a-Service payment operations. The Skill relies on this pre-configured auth state to securely generate commands for pay-ins, payouts, refunds, and related merchant configurations.