UStackUStack
Uniweb icon

Uniweb

Uniweb is a payment infrastructure product for developers who need payment links, checkout sessions, subscriptions, and webhook-based payment handling. It supports CLI, API, dashboard, and agent-skill workflows for accepting card, WeChat Pay, Alipay, and PayNow payments.

Uniweb

Overview

Uniweb is payment infrastructure for Southeast Asia built around CLI, API, and agent-assisted workflows. It is designed to help developers accept card, WeChat Pay, Alipay, and PayNow payments through payment links, hosted checkout, subscriptions, and webhook-driven automation.

The site positions Uniweb as a skill-first payment layer for AI-assisted development: the agent skill can generate payment integration code, create wallets and links from the command line, and help wire server-side checkout logic with verified webhooks. The dashboard then provides a place to review balances, orders, payment links, webhooks, payouts, and related merchant settings.

Core capabilities

Payment links for one-time collection

Create reusable payment links for fixed amounts and share them on websites, email, invoices, or QR codes without building a backend flow.

Server-side checkout sessions

Create checkout sessions from the server for carts, quantities, dynamic amounts, customer email, and metadata, then redirect the buyer to the session URL.

Subscriptions and recurring billing

Set up recurring prices and subscriptions with trial periods, dunning, and customer reuse at checkout for billing workflows.

Webhook signing and verification

Receive event notifications with signed webhooks and verify them using the returned signing secret before fulfilling orders or granting access.

CLI plus dashboard operations

Use the CLI and docs to create wallets, products, prices, links, and subscriptions, then claim the wallet into the dashboard for ongoing management.

Multiple payment methods

Work with payment methods named in the source, including card, WeChat Pay, Alipay, and PayNow, with method selection varying by flow and currency.

Common use cases

  • Collect a fixed payment without backend code

    Use a permanent payment link when you need to collect a fixed amount quickly, such as for a simple sale, invoice-style request, or shared payment page.

  • Handle ecommerce or custom checkout flows

    Use server-created checkout sessions when an order depends on quantity, metadata, customer email, or other per-request values that should be handled on the backend.

  • Run recurring billing

    Use recurring prices and subscription checkout for SaaS or membership billing where renewals, trials, and dunning are part of the workflow.

  • Automate fulfillment and merchant operations

    Use webhook signatures and the dashboard to confirm successful payments, review transactions, and manage payouts after the payment flow is complete.

  • Speed up integration with an AI coding agent

    Use the agent skill when you want an AI assistant to draft or wire payment integration code based on the project’s existing framework and conventions.

Pros and Cons

Pros

  • Supports several payment flows in one product, including payment links, checkout sessions, subscriptions, refunds, payouts, and dashboard operations.
  • The docs emphasize verified webhooks and server-side integration patterns, which helps keep fulfillment logic off browser redirects.
  • An agent skill is available for AI-assisted setup and code generation.
  • The CLI can create wallets, links, products, prices, and subscriptions before you bind the wallet to the dashboard.

Cons

  • The documentation only partially covers pricing details in the provided source, so plan structure and limits are unclear from this evidence.
  • Payment method support differs by flow; for example, subscriptions are documented as card only.
  • The source does not fully spell out every integration or platform target, so some implementation details still require the docs.

FAQ

How do I choose the right integration path?

Uniweb provides three main paths: payment links for fixed amounts without backend code, API checkout sessions for dynamic or cart-based payments, and subscriptions for recurring billing.

What does the Uniweb agent skill do?

The docs say you can install the uniweb skill into an agent workflow so the agent can recognize payment requests and call the skill automatically. It is intended to help AI write payment integration code and generate the relevant payment workflow.

What is the basic setup flow?

The workflow starts with creating a wallet, then optionally creating payment links or products and prices, and finally claiming the dashboard so you can manage payments, webhooks, payouts, and related settings.

How are payments verified safely?

The docs say fulfillment should depend on verified webhooks, not browser redirects. Webhook signatures use an HMAC-SHA256 check with the signing secret returned when you set a webhook URL.

Does Uniweb support the same payment methods for every flow?

The docs and homepage mention card, WeChat Pay, Alipay, and PayNow support, but the source only clearly specifies that subscriptions use card payments only.

Quick Facts

Category
Developer Tool
Primary use
Payment infrastructure for developer workflows
Interface
CLI, REST API, dashboard, and agent skill
Payment methods mentioned
Card, WeChat Pay, Alipay, PayNow
Source domain
skill.uniwebpay.com
Pricing page status
Pricing page present, but details were not visible in the provided source

Альтернативы Uniweb

CreateOS Sandbox icon

CreateOS Sandbox

CreateOS Sandbox is an isolated compute environment for running code and agent workloads inside Firecracker micro-VMs. It is designed for workflows that need machine-level isolation, private networking between sandboxes, and programmatic control through SDK, CLI, or MCP.

AakarDev AI icon

AakarDev AI

AakarDev AI helps teams manage AI provider access, project-level setups, logs, and analytics from one dashboard. It supports BYOK workflows and lists providers including OpenAI, Google Gemini, Anthropic, Groq, Mistral AI, and Perplexity AI.

Trigger.dev chat agent icon

Trigger.dev chat agent

Trigger.dev chat agent is a durable AI chat backend for developers building stateful conversations that can survive refreshes, crashes, and long-running turns. It connects with the AI SDK `useChat` flow and runs on managed infrastructure with no timeout on a turn.

Arduino VENTUNO Q icon

Arduino VENTUNO Q

Arduino VENTUNO Q is an edge AI computer for AI and robotics applications. It combines AI inference and deterministic control on a single board and is designed to work with Arduino App Lab.

ByteAsk icon

ByteAsk

ByteAsk is a terminal-first AI coding agent for C and C++ that edits repositories and verifies changes with the real compiler, debugger, sanitizers, and tests before showing a diff. It offers a free tier plus paid plans, with editor connectors and zero-retention handling described in the source.

Codex Plugins icon

Codex Plugins

Codex Plugins bundle reusable skills, app integrations, and MCP servers into workflows you can install in the Codex app or use from Codex CLI. They help extend Codex with connected-service tasks, reusable instructions, and shared team workflows.