Use this page to track what changed, what improved, and what to expect in future releases.
2026-06-10
Release summary
This release introduces the MVP API surface for payments, payouts, verification, and support tooling.Added
- Introduced Virtual Account Collections API.
- Introduced Bank Transfer Disbursement API.
- Added Bank List and Account Resolution endpoints.
- Added webhook support for account credits, account debits, and virtual account transfers.
Improved
- Standardized API response structure across all endpoints.
- Added support for idempotent requests to prevent duplicate transactions.
- Improved authentication and webhook signature verification.
Highlights
Collections
Collect customer payments with virtual accounts and verify them with webhooks.
Disbursements
Send bank transfers with idempotency and transfer status tracking.
Rate limits
Understand how to handle request limits and retry behavior.
Home
Return to the Pasteaza documentation overview.
Changelog categories
| Category | Description |
|---|---|
| Added | New API endpoints or features. |
| Improved | Enhancements to existing functionality without breaking compatibility. |
| Deprecated | Features scheduled for removal in a future API version. |
| Removed | Features that are no longer supported. |
| Fixed | Bug fixes and behavior corrections. |
| Security | Security-related updates or recommendations. |
Versioning policy
Pasteaza follows a versioned API strategy. Breaking changes will be released under a new API version, for example/v2, whenever possible to preserve backward compatibility for existing integrations.