1---2name: straitsx3description: StraitsX Card Issuing API — CMS (users, cards, lifecycle), Remote Host Authorization, webhooks; use for integrating card issuance and transaction approval.4---56> Skill based on **StraitsX Card Issuing API** (v1-CARDS), generated 2026-02-25 from docs.straitsx.com.78StraitsX 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.910## Core References1112| Topic | Description | Reference |13|-------|-------------|-----------|14| Overview | CMS vs RHA, hosts, when to use which | [core-overview](references/core-overview.md) |15| Authentication | Bearer token, SSO token endpoint | [core-authentication](references/core-authentication.md) |16| Usage patterns | Node (npx api install + SDK) and Shell (curl), Base URL | [core-usage-patterns](references/core-usage-patterns.md) |17| Getting started | Flow from user creation to activation and RHA/webhook | [core-getting-started](references/core-getting-started.md) |18| Error responses | Error JSON format and error codes (4xx/5xx) | [core-errors](references/core-errors.md) |19| Pagination & sorting | page[size], page[number], sort query params | [core-pagination-sorting](references/core-pagination-sorting.md) |2021## Features2223### Card Management (CMS)2425| Topic | Description | Reference |26|-------|-------------|-----------|27| Issuer Plan | Create, Update, Get Issuer Plan Card List | [features-cms-issuer-plan](references/features-cms-issuer-plan.md) |28| Card Product | Link Issuer Plan with Card Product, Get Card Product List, Create, BINs, Card Art | [features-cms-card-product](references/features-cms-card-product.md) |29| User | Create, Update, Get User List / Detail / Card List | [features-cms-user](references/features-cms-user.md) |30| Lifecycle | Create User, Create Card, Activate Card | [features-cms-lifecycle](references/features-cms-lifecycle.md) |31| Card | Get Detail, Update Status, Close, Balance, Config, Printing, Token, Reissue | [features-cms-card](references/features-cms-card.md) |32| Spend Limit | Create, Get, Update, Delete Card Spending Limit | [features-cms-spend-limit](references/features-cms-spend-limit.md) |33| Transaction | Get Card/Issuer Transaction List, Get Detail, Get Total Amount | [features-cms-transaction](references/features-cms-transaction.md) |34| OOB | Obtain out-of-band authentication | [features-cms-oob](references/features-cms-oob.md) |35| Accounting | Get Card Spending, Settlement/Spendable Balance, VISA FX Rates | [features-cms-accounting](references/features-cms-accounting.md) |36| 3DS | Enroll, Get Detail, Update, Unenroll 3DS for card number | [features-cms-3ds](references/features-cms-3ds.md) |37| Iframe | PIN Setup/Reset/Change, Card, CVV iframe URLs | [features-cms-iframe](references/features-cms-iframe.md) |38| Pin | PIN Setup, Reset, Change, Reset PIN Retry Counter (server-side) | [features-cms-pin](references/features-cms-pin.md) |39| Visa In-App Provisioning | Apple Pay, Google Pay in-app provisioning | [features-cms-visa-in-app](references/features-cms-visa-in-app.md) |40| Unassigned Card Batch Transfer | Create, Get All, Get Single batch transfer | [features-cms-batch-transfer](references/features-cms-batch-transfer.md) |4142### Remote Host & Webhooks4344| Topic | Description | Reference |45|-------|-------------|-----------|46| Remote Host Authorization & Webhook | RHA request/response, error codes; Webhook event types, signature, retry | [features-rha-webhook](references/features-rha-webhook.md) |47| Transactions | Transaction types, auth vs webhook-only, balance updates | [features-transactions](references/features-transactions.md) |48| Transaction simulation | Staging-only simulator for testing RHA and webhook | [features-transaction-simulation](references/features-transaction-simulation.md) |49| Instant issuance & OOB | Instant card pool, OOB 3DS flow | [features-instant-issuance-oob](references/features-instant-issuance-oob.md) |5051## Best practices5253| Topic | Description | Reference |54|-------|-------------|-----------|55| Rejection and rate limit | rejection_reason codes, 429 handling and limits | [best-practices-rejection-rate-limit](references/best-practices-rejection-rate-limit.md) |5657## API Reference (by endpoint)5859Request/response and curl examples for CMS and RHA/Webhook are in the references below. Call patterns (Node SDK / curl): [core-usage-patterns](references/core-usage-patterns.md).6061| Module | Content | Reference |62|--------|---------|-----------|63| Remote Host Authorization | Your RHA endpoint: request body, approve/reject response, error codes | [features-rha-webhook](references/features-rha-webhook.md) |64| Webhook Notification | Event types, signature verification, retry policy | [features-rha-webhook](references/features-rha-webhook.md) |65| Issuer Plan | Create, Update, Get Issuer Plan Card List | [features-cms-issuer-plan](references/features-cms-issuer-plan.md) |66| Card Product | Link, Get Card Product List, Create, Get Merchant BINs, Card Art List | [features-cms-card-product](references/features-cms-card-product.md) |67| User | Create, Update, Get User List / Detail / Card List | [features-cms-user](references/features-cms-user.md) |68| Card (lifecycle) | Create User, Create Card, Activate Card | [features-cms-lifecycle](references/features-cms-lifecycle.md) |69| Card (operations) | Get Detail, Update Status, Close, Balance, Config, Printing, Token, Reissue | [features-cms-card](references/features-cms-card.md) |70| Spend Limit | Create, Get, Update, Delete Card Spending Limit | [features-cms-spend-limit](references/features-cms-spend-limit.md) |71| Transaction | Get Card/Issuer Transaction List, Detail, Total Amount | [features-cms-transaction](references/features-cms-transaction.md) |72| OOB | Obtain out-of-band authentication | [features-cms-oob](references/features-cms-oob.md) |73| Accounting | Get Card Spending, Settlement/Spendable Balance, VISA FX Rates | [features-cms-accounting](references/features-cms-accounting.md) |74| 3DS | Enroll, Get Detail, Update, Unenroll 3DS | [features-cms-3ds](references/features-cms-3ds.md) |75| Iframe | PIN Setup/Reset/Change, Card, CVV iframe URLs | [features-cms-iframe](references/features-cms-iframe.md) |76| Pin | PIN Setup, Reset, Change, Reset PIN Retry Counter | [features-cms-pin](references/features-cms-pin.md) |77| Visa In-App Provisioning | Apple Pay, Google Pay provisioning | [features-cms-visa-in-app](references/features-cms-visa-in-app.md) |78| Transaction Simulation | Staging-only simulate transactions | [features-transaction-simulation](references/features-transaction-simulation.md) |79| Unassigned Card Batch Transfer | Create, Get All, Get Single batch | [features-cms-batch-transfer](references/features-cms-batch-transfer.md) |8081More detail: [Official API Reference](https://docs.straitsx.com/v1-CARDS/reference).8283## External links8485- [Card Issuing API docs](https://docs.straitsx.com/v1-CARDS/docs/introduction)86- [API Reference](https://docs.straitsx.com/v1-CARDS/reference/remote-host-authorization)