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 73/100 (Trusted) · 9+ 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 --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.
Fetch and analyze Bank of Israel (BOI) economic data: interest rates, CPI (madad hamchirim), exchange rates (sha'ar yatzig), and CBS statistics. Use when user asks about BOI interest rate, exchange rates, CPI index, or Israeli economic indicators. Foundation skill for Israeli financial analytics. Do NOT use for stock market data (use tase-stock-analysis instead) or for currency conversion (use shekel-currency-converter instead).
Strategic tax analysis for Israeli company owners (baalei shlita) comparing salary, dividends, shareholder loans, and management fees as profit extraction methods. Calculates total tax burden across methods, identifies optimal strategy based on assessment amount and company structure, and verifies compliance with Israeli Tax Authority rules. Use when you need to pay a personal tax assessment from company funds, compare dividend vs salary, analyze shareholder loan tax implications under Section 3(tet), or plan profit extraction as a controlling shareholder. Prevents costly extraction mistakes by analyzing withholding, Bituach Leumi, surtax, and corporate tax interactions. Do NOT use for VAT reporting (use israeli-vat-reporting), payroll processing (use israeli-payroll-calculator), annual tax return filing (use israeli-tax-returns), or crypto tax (use israeli-crypto-tax-reporter).
Integrate Cardcom payment processing and Israeli invoice generation into applications -- covers Low Profile payments, tokenization, recurring billing, and automatic tax invoice/receipt creation per Israeli law. Use when user asks to accept payments via Cardcom, generate Israeli invoices with payments, set up "slikat ashrai" with hashbonit, handle recurring billing (hora'ot keva), or mentions "Cardcom", "CardCom API", "Low Profile", Israeli payment with invoicing, or needs combined payment + document generation. Supports REST API V11 and legacy endpoints. Do NOT use for Tranzila integration (use tranzila-payment-gateway), general accounting, or non-payment queries.
Want to build your own skill? Try the Skill Creator · Submit a Skill