tamara-paymentslisted
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