Skip to main content

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

FileCovers
api-introduction.mdHTTP headers, encoding, HTTP status codes (200/307/400/401/403/404/500/502), URL naming conventions
public-headers.mdThe 9 public request/response body fields (participantId, tranBranch, tranChnl, tranCode, tranDate, tranTime, tranId, tellerNo, terminalNo)
data-dictionary.mdEnum values for cardFlag, cardProdCode, cardProductType, cardStatus (including the new E = Expired), cardOptFlag, tranChnl, custIdType, reasonCode
error-codes.mdBusiness responseCode values (00/01/02/03/04/10/24/55/99) + HTTP codes + troubleshooting guidance + AI pause-and-ask situations
endpoints-catalog.mdComplete API endpoint catalogue (MVP 3 + full 50+ endpoints with their actual URL paths derived from real customer integrations)
samples/*.jsonSix 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.