straitsx
Installation
SKILL.md
Skill based on StraitsX Card Issuing API (v1-CARDS), generated 2026-02-25 from docs.straitsx.com.
StraitsX Card Issuing lets you launch and manage a payment card program: create users and cards, activate, enroll 3DS, set PIN, and handle authorizations and webhooks. CMS is REST (Bearer token); RHA and webhook are endpoints you implement and StraitsX calls.
Core References
| Topic | Description | Reference |
|---|---|---|
| Overview | CMS vs RHA, hosts, when to use which | core-overview |
| Authentication | Bearer token, SSO token endpoint | core-authentication |
| Usage patterns | Node (npx api install + SDK) and Shell (curl), Base URL | core-usage-patterns |
| Getting started | Flow from user creation to activation and RHA/webhook | core-getting-started |
| Error responses | Error JSON format and error codes (4xx/5xx) | core-errors |
| Pagination & sorting | page[size], page[number], sort query params | core-pagination-sorting |