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."