integrate-jazzcash

integrate-jazzcash is a skill for Codex from furqanistic/aura-skills. It costs 98 tokens per session (1,048 once invoked), scanned A, original, MIT.

A skill for adding or maintaining JazzCash payments, a Pakistani payment service, in websites, apps, and online shops.

In plain words
What is it for?
Use it to design, implement, review, migrate, or troubleshoot JazzCash integrations, including wallet, voucher, card, checkout, refund, and status flows when enabled.
Why use it?
It helps developers handle payment redirects, payment methods, secure request signing, callbacks, and transaction checks without guessing merchant-specific details.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to design, implement, review, migrate, or troubleshoot JazzCash integrations, including wallet, voucher, card, checkout, refund, and status flows when enabled.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/furqanistic/aura-skills/integrate-jazzcash
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add furqanistic/aura-skills --skill integrate-jazzcash
Clone the repo
git clone --depth 1 https://github.com/furqanistic/aura-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for integrate-jazzcash

README.md
[![agentmods](https://agentmods.dev/badge/skills/furqanistic/aura-skills/integrate-jazzcash/github.svg)](https://agentmods.dev/skills/furqanistic/aura-skills/integrate-jazzcash)
Your own site
<a href="https://agentmods.dev/skills/furqanistic/aura-skills/integrate-jazzcash"><img src="https://agentmods.dev/badge/skills/furqanistic/aura-skills/integrate-jazzcash/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for integrate-jazzcash

Your own site · 80×15
<a href="https://agentmods.dev/skills/furqanistic/aura-skills/integrate-jazzcash"><img src="https://agentmods.dev/badge/skills/furqanistic/aura-skills/integrate-jazzcash.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,048 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00098 $0.01048
Opus 5 $0.00049 $0.00524
Sonnet 5 $0.00020 $0.00210
Haiku 4.5 $0.00010 $0.00105

Measured 12d ago against content hash e6ebe13c4138, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

integrate-jazzcash scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/payment-integrations/integrate-jazzcash/SKILL.md · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Integrate JazzCash

Use the merchant's current approved JazzCash documentation. Treat public samples as orientation only because enabled products, versions, fields, endpoints, and certification requirements can differ by merchant and environment.

Inspect before changing anything

Search the repository for JazzCash packages, plugins, SDKs, payment forms, pp_ fields, merchant IDs, passwords, integrity salts, secure-hash builders, sandbox/live URLs, return or callback routes, status/refund logic, transaction tables, reconciliation jobs, tests, and deployment secrets.

  • If JazzCash exists, identify its integration mode, API/document version, environment, enabled payment methods, hashing rules, order lifecycle, and failures. Explain the safest upgrade path and preserve working or certified behavior.
  • If it does not exist, design the integration in the project's current stack using the latest documentation supplied for that merchant.
  • Never guess or copy endpoint URLs, credential names, signed fields, field ordering, encodings, algorithms, response codes, or status meanings. Confirm them against the merchant portal, current guide, and test vectors.

Confirm the product

The current public JazzCash sandbox documentation is labeled v4.2 and describes HTTP POST page redirection and API testing. Its public feature pages describe Mobile Wallet, voucher, card, hosted/redirection, and related gateway capabilities. Confirm what the merchant has actually been approved to use.

Do not confuse the Online Payment Gateway with personal wallet transfers, business QR/Raast QR, payment links, bulk payments, retail agent services, or another JazzCash corporate API. Confirm the required product before implementation.

Workflow

  1. Obtain the latest merchant guide, selected integration mode, enabled methods, sandbox credentials, return/callback rules, hash examples, status/refund operations, response-code table, certification cases, settlement terms, and production pack.
  2. Record the exact documentation, plugin, or API version. Compare it with any existing implementation before editing.
  3. Create a server-side pending order with a unique merchant transaction/reference ID.
  4. Calculate products, amount, currency, discounts, delivery, expiry, and customer ownership on the server.
  5. Build and hash the final request exactly as documented. Keep merchant passwords, integrity salts, keys, and certificates server-side.
  6. Send the customer through the approved hosted, redirection, wallet, voucher, or card flow. Never collect a JazzCash MPIN, OTP, or card details unless the contracted PCI-compliant method explicitly permits it.
  7. Treat the browser return as presentation only. Authenticate and deduplicate the server notification, validate the order and amount, and verify ambiguous outcomes through the approved status source.
  8. Fulfill once after authoritative success. Persist gateway transaction, response, payment method, reversal/refund, and settlement identifiers.
  9. Handle cancellation, decline, expiry, timeout, lost response, duplicate/delayed callback, reversal/refund, and settlement mismatch.
  10. Pass sandbox and merchant certification tests before requesting production activation.

Read the full file on GitHub · 56 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 56 lines · 98 tokens per session scan A e6ebe13c4138

Subscribe to this mod's changes

integrate-jazzcash is a skill published in the GitHub repository furqanistic/aura-skills (5 stars, last pushed 23d ago), licensed MIT. It adds 98 tokens to every session and 1,048 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens

stripe

Stripe API integration with managed OAuth. Manage customers, subscriptions, invoices, products, prices, and payments. Use this skill when users want to process payments, manage billing, or handle subscriptions with Stripe. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).…

CraftOS-dev/CraftBot · 79 tokens

etsy-pricing-strategy

Etsy pricing — cost calculation, competitor pricing, perceived value, shipping cost integration, sales and coupons.

nexscope-ai/eCommerce-Skills · 26 tokens

amazon-wholesale-sourcing

Wholesale product sourcing — supplier discovery, negotiation, MOQ optimization, margin analysis.

nexscope-ai/Amazon-Skills · 20 tokens

ai-slop

Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside…

waybarrios/opencode-power-pack · 61 tokens

payment-processor

Skill "payment-processor" from Signal-Execution-Labs/forex-trading-ai-agent, covering payment processor skill, supported services, capabilities, view balances and get all balances.

Signal-Execution-Labs/forex-trading-ai-agent · 0 tokens