-
Notifications
You must be signed in to change notification settings - Fork 1
Roadmap
christiangmehling edited this page May 9, 2025
·
3 revisions
Please do not modify the name of this page ('Roadmap'). SFTI's GitHub infrastructure automations for API versioning releases rely on the structre of this page and its name. For more details see SFTI GitHub Actions.
- v1.0.0 - 10. May 25 : initial release Card API level 1
First public version of the standardized Card API (Level 1, entities of the other levels will be part of a future release), including feedback from the review phase (see PR #18). Released endpoints with read-only access to transaction and card information for basic use cases:
- GET /cards – Provides a list of cards which match the provided query parameters
- GET /cards/{cardId} – Provides a single card which matches the cardId
- GET /card-tokens – Provides a list of card tokens which are associated with a card
- GET /card-tokens/{tokenId} – Provides a single token which matches the tokenId
- GET /card-transactions – Provides a list of transactions which match the provided query parameters
- GET /card-transactions/{transactionId} – Provides a single transaction which matches the transactionId
SFTI | ca-card
Wiki
Card API Specification Guidelines
Operational Guide
- Scope of the Card API
- Central Design Decisions
- Card API Level 1
- Card API Level 2
- Use Case Expense Management
- Use of this spec
- Appendix
Version Management
Common Implementation Guidelines