Total System Services · Capability
TSYS Card Issuing
Workflow capability for financial institutions and fintechs to manage card programs via the TSYS Issuing Platform. Covers cardholder onboarding, card issuance, spending controls, transaction monitoring, and dispute management.
What You Can Do
GET
List accounts
— List cardholder accounts
/v1/accounts
POST
Create account
— Create a new account
/v1/accounts
GET
Get account
— Get account details
/v1/accounts/{accountId}
GET
List account cards
— List account cards
/v1/accounts/{accountId}/cards
POST
Issue card
— Issue a new card
/v1/accounts/{accountId}/cards
GET
List disputes
— List disputes
/v1/disputes
POST
Create dispute
— File a dispute
/v1/disputes
MCP Tools
list-accounts
List all cardholder accounts in the card program
read-only
create-cardholder-account
Create a new cardholder account in the card program
get-account
Get details for a specific cardholder account including balance
read-only
idempotent
list-account-cards
List all cards associated with a cardholder account
read-only
issue-card
Issue a new physical or virtual payment card for an account
get-card-spending-controls
Get spending limits and restrictions for a card
read-only
idempotent
get-card-transactions
Get transaction history for a specific card
read-only
list-disputes
List transaction disputes in the card program
read-only
file-dispute
File a dispute for a specific card transaction
APIs Used
tsys-issuing