ll-balance

Retrieve merchant balances from the ICPay platform across multiple currencies.

9|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/Katsumitec/Human_First --skill ll-balance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ll-balance
Source: https://github.com/Katsumitec/Human_First/tree/main/projects/ll-ai-first/skills-scripts/ll-bot-skills/ll-balance
Command: npx skills add https://github.com/Katsumitec/Human_First --skill ll-balance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the issue of manually checking merchant balances across various currencies, streamlining the process with automated queries.

Core Features & Use Cases

  • Balance Inquiry: Automatically retrieve balances for a specified merchant or for the caller if not specified.
  • Currency Selection: Supports multiple currency types including ISO codes, alphabetic representations, and Chinese text.
  • Response Envelope: Delivers the response in a structured envelope format for easy parsing.

Quick Start

Query the balance of a merchant by mentioning 'balance for merchant X' or specify the currency with 'USD available balance'.

Frequently Asked Questions about ll-balance

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

FAQPage Schema
How do I automate merchant balance inquiries across multiple currencies?

You can automate merchant balance inquiries by calling the ICPay API to retrieve balances across multiple currencies for specified or caller-aggregated merchants. It supports ISO codes, alphabetic representations, and Chinese text for currency selection.

What is the best way to retrieve ICPay merchant balances programmatically?

Retrieving ICPay merchant balances programmatically is best handled by sending automated API requests that fetch and process balance data efficiently. The response is delivered in a structured envelope format, ensuring easy parsing for downstream financial automation workflows.

Does the ICPay API support querying balances in different currency formats?

Yes, the ICPay API supports querying balances in different currency formats. You can specify currencies using ISO codes, alphabetic representations, or Chinese text, allowing flexible balance retrieval for various international merchant accounts.

How do I get the available balance for a specific merchant using the ICPay API?

To get the available balance for a specific merchant using the ICPay API, you query the balance by mentioning the merchant identifier and specifying the desired currency. If no merchant is specified, the API defaults to retrieving the caller-aggregated balance.

Do I need authentication to retrieve merchant balances from ICPay?

Yes, you need authentication to retrieve merchant balances from ICPay. The automated balance retrieval process requires valid authentication credentials to access the API endpoints and securely fetch balance data for the specified or caller-aggregated merchants.