Integrate Grow by Meshulam payment gateway into Israeli applications -- covers payment pages (iframe/redirect/SDK), tokenization, recurring billing, payment links, refunds, invoices, webhooks, and 3DS authentication via the Grow Light API. Use when user asks to accept payments via Grow or Meshulam, set up "slikat ashrai" with Grow, create payment links (drishat tashlum), handle recurring charges (hora'ot keva) via Grow tokens, process refunds or Bit cancellations, integrate Grow webhooks, or mentions "Grow", "Meshulam", "grow-il", "meshulam.co.il", Grow payment page, or Grow API. Prevents costly integration mistakes by guiding correct FormData request format, server-side-only restrictions, and the mandatory approveTransaction step that many developers miss. Do NOT use for Cardcom integration (use cardcom-payment-gateway), Tranzila integration (use tranzila-payment-gateway), general payment orchestration across multiple gateways (use israeli-payment-orchestrator), or non-payment queries.
Trust score 84/100 (Trusted) · 24+ installs · 2 GitHub contributors · MIT license
Integrating Israeli payment gateways is complex due to unique requirements like FormData request format (not JSON), server-side-only restrictions, and mandatory steps like the approveTransaction call that many developers miss. Grow (Meshulam) is one of Israel's leading payment providers, but its documentation is spread across multiple pages and common pitfalls cost developers hours of debugging time.
npx skills-il add skills-il/tax-and-finance@v1.1.0-grow-payment-gateway --skill grow-payment-gateway -a claude-codeHelp me implement a Grow payment page in my Next.js app. I need to create a payment process with createPaymentProcess, embed the payment page in an iframe, handle the server callback, and call approveTransaction. The amount is 149.90 NIS.
I need to implement a monthly subscription system with Grow. The first payment should save a token, then charge the token monthly using createTransactionWithToken with recurringDebitId. Show me the complete flow.
Help me create payment links with the Grow API and set up a webhook endpoint that receives payment notifications. I need to send the link to customers and get notified when they pay.
I need to implement a refund flow in my app -- partial or full refunds for credit card transactions with refundTransaction, and Bit transaction cancellations with cancelBitTransaction.
Orchestrate Israeli payment gateways (Cardcom, Tranzila, PayMe, Meshulam, iCredit, Pelecard) with unified routing, fallback, and installments (tashlumim). Use when user asks about multi-gateway payment integration, "slikat kartisim", "tashlumim", payment routing, Shva network, BOI Directive 357, gateway comparison, or building a payment abstraction layer for Israeli merchants. Provides unified API patterns, installment handling, Shva clearing rules, and regulatory compliance. Do NOT use for single gateway setup (use cardcom-payment-gateway or tranzila-payment-gateway instead).
Generate the full export document set for Israeli exporters: commercial invoice (HE+EN), packing list, bill of lading / AWB / CMR, proforma, and origin documents (EUR.1, invoice declaration, US-Israel Origin Invoice Declaration, CIFTA Form B239). Handles Incoterms 2020 (FOB, CIF, DDP, EXW, FCA, CPT, CIP, DAP, DPU, CFR, FAS). Use when user asks about exporting from Israel, choosing an Incoterm, EUR.1, approved exporter status, or recovering from a border rejection. Do NOT use for import tax calculation (use israeli-customs-duty-calculator).
Convert currencies to/from Israeli New Shekel (NIS/ILS) using Bank of Israel official exchange rates. Use when user asks to convert shekels, NIS, ILS, asks about exchange rates, "shaar yatzig" (representative rate), or needs currency conversion for Israeli tax or business purposes. Supports 30+ currencies with current and historical rates. Do NOT use for cryptocurrency or unofficial money exchange rates.
Want to build your own skill? Try the Skill Creator · Submit a Skill