← ClaudeAtlas

tamara-paymentslisted

Integrate, configure, or debug Tamara (تمارا) — the GCC buy-now-pay-later / split-payment provider — in any codebase or platform. Use this whenever the work touches Tamara: a Tamara checkout/authorise/capture/refund flow, Tamara webhooks or order statuses, the Tamara API (api.tamara.co / api-sandbox.tamara.co), the Tamara Partners Portal, Tamara promotional widgets, installing or troubleshooting a Tamara plugin (Magento, WooCommerce, Salla, Shopify, OpenCart, PrestaShop, Zid, Salesforce/SFCC, ExpandCart, etc.) or SDK (Android, iOS, Flutter, React Native), in-store/POS Tamara payment links & QR, or BNPL / "split in 3" / "pay later" / instalments for Saudi Arabia, UAE, Bahrain, Kuwait or Oman. Bundles a complete offline mirror of docs.tamara.co (139 pages including the full OpenAPI for every endpoint) plus a quick-reference cheat-sheet — consult it instead of guessing API shapes, base URLs, the order-status flow, required fields, or webhook events. Trigger even when the user says only "Tamara" without the word
karem505/tamara-payments-skill · ★ 0 · API & Backend · score 62
Install: claude install-skill karem505/tamara-payments-skill
# Tamara payments integration **Tamara** (تمارا) is the leading shopping & BNPL payments platform in the GCC (Saudi Arabia 🇸🇦, UAE 🇦🇪, Bahrain 🇧🇭, Kuwait 🇰🇼, Oman 🇴🇲). Customers split a purchase ("Pay in 3/4", "Pay next month") while the merchant is paid up-front. This skill helps you integrate, configure, and debug Tamara across direct API, hosted e-commerce plugins, channel partners, in-store/POS, mobile SDKs, and widgets. ## Use the bundled docs — don't guess This skill ships a **complete, current offline mirror of `docs.tamara.co`** (every guide + the full OpenAPI definition of every endpoint). Tamara's API has exact required fields, an order-status state machine with hard timing rules, and a signed-webhook scheme — small mistakes (skipping Authorise, wrong decimal count, ignoring the `approved` webhook) silently break settlement. So **read the mirror before answering or writing code**, rather than relying on memory: 1. **`references/api-quick-reference.md`** — start here for direct API work. Base URLs, auth/tokens, countries/currencies, the full endpoint table, the order-status flow with timing rules, webhook events + JWT verification, and copy-pasteable curl for create→authorise→capture→refund. 2. **`references/INDEX.md`** — the catalog of all 139 pages, grouped by topic with one-line descriptions. Use it to find the exact page for any task, then open that file. 3. **`references/reference/<endpoint>.md`** — full OpenAPI (request schema, example bo