card-issuing-references — Knowledge Base
Download card-issuing-references.zip · Part of the MVP bundle.
Purpose
A reference library the other skills pull from when they need concrete field definitions, enum values, or error-code semantics.
Contents
| File | Covers |
|---|---|
api-introduction.md | HTTP headers, encoding, HTTP status codes (200/307/400/401/403/404/500/502), URL naming conventions |
public-headers.md | The 9 public request/response body fields (participantId, tranBranch, tranChnl, tranCode, tranDate, tranTime, tranId, tellerNo, terminalNo) |
data-dictionary.md | Enum values for cardFlag, cardProdCode, cardProductType, cardStatus (including the new E = Expired), cardOptFlag, tranChnl, custIdType, reasonCode |
error-codes.md | Business responseCode values (00/01/02/03/04/10/24/55/99) + HTTP codes + troubleshooting guidance + AI pause-and-ask situations |
endpoints-catalog.md | Complete API endpoint catalogue (MVP 3 + full 50+ endpoints with their actual URL paths derived from real customer integrations) |
samples/*.json | Six request/response JSON payload samples — same files used as Python integration-test fixtures in the source repository |
Consumers
All other card-issuing skills (card-issuing, card-issuing-auth, card-issuing-quickstart) link back to files in this reference.
Source
See skills/card-issuing-references/ in the repository for the authoritative content.