ll-order-refresh

Refresh order status by re-syncing with the source via POST /api/v1/transactions/refresh.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ICPAY_TG_BASE_URL, ICPAY_TG_TOKEN_MER, ICPAY_TG_CHANNEL, ICPAY_TG_CALLER_CHAT_ID, ICPAY_TG_CALLER_USER_ID, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for refreshing order statuses by re-syncing with the source, ensuring the latest status is obtained.

Core Features & Use Cases

  • Order Status Refresh: Synchronizes order status with the source to provide the latest information.
  • Use Cases: Ideal for situations where the order is in processing, user explicitly requests a refresh, or there is a discrepancy in the status.
  • End Points: POST /api/v1/transactions/refresh

Quick Start

Use the ll-order-refresh skill to refresh the order status for 'ORDER-2026-001'.

Frequently Asked Questions about ll-order-refresh

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

FAQPage Schema
How do I refresh order status by re-syncing with the source API?

To refresh order status, you re-sync with the source API using a POST request to the /api/v1/transactions/refresh endpoint, which retrieves and returns the latest transaction state.

Why does my order status show a discrepancy during processing?

An order status discrepancy occurs when local data falls behind the source system. You resolve this by triggering an explicit transaction refresh to synchronize and obtain the latest order status.

What environment variables do I need to set up for transaction refresh?

Transaction refresh requires configuring specific environment variables including ICPAY_TG_BASE_URL, ICPAY_TG_TOKEN_MER, ICPAY_TG_CHANNEL, and caller IDs to authenticate and execute the data synchronization.

When should I trigger an order status synchronization?

You should trigger an order status synchronization when a transaction is still processing, a user explicitly requests an update, or you suspect a discrepancy between your local records and the source.

Does data synchronization handle different transaction states?

Yes, data synchronization handles different transaction states by re-syncing with the source through the API endpoint, ensuring all current processing statuses are accurately reflected in the response.