Changelog
Stay up to date with the latest changes to the FYATU API.December 2024
v2.0.0 - API v2 Release
New
Complete API RedesignWe’ve launched API v2 with a completely redesigned architecture:
- New Authentication: Business-ID + Bearer token authentication
- RESTful Endpoints: Clean, intuitive endpoint structure
- Improved Error Handling: Consistent error response format
- Pagination: Standard pagination across all list endpoints
- Webhooks: Real-time event notifications
New
Cardholder ManagementNew endpoints for managing cardholders:
POST /cardholders- Create cardholderGET /cardholders- List cardholders with paginationPATCH /cardholders/{id}- Update cardholder informationDELETE /cardholders/{id}- Remove cardholder and associated cards
New
Enhanced Card Operations
- Freeze/unfreeze cards instantly
- Update spending limits on the fly
- View card transaction history
- Wallet transactions endpoint for fund movements
New
Webhook SystemReal-time notifications for:
- Card transactions (purchases, authorizations, reversals)
- Monthly maintenance fees
- Card unloading events
- Card termination events
Coming Soon
Q1 2025
Planned
VISA Card SupportIssue VISA virtual cards in addition to Mastercard.
Planned
Official SDKsOfficial SDKs for Node.js, Python, PHP, and Go.
Planned
Physical CardsIssue physical cards with custom branding.
Planned
Advanced AnalyticsAPI endpoints for spending analytics and reporting.
Migration Guide
Migrating from API v1
If you’re using API v1, here’s how to migrate:Update Endpoint Paths
Endpoints have been reorganized:
| v1 | v2 |
|---|---|
/status | /account/status |
/balance | /account/balance |
/cards/create | POST /cards |
/cards/fund | POST /cards/{id}/fund |
Subscribe to Updates
Get notified about API changes:Developer Newsletter
Subscribe to our developer newsletter for API updates

