Skip to main content
API Changelog Track important updates to the Pasteaza API. Breaking changes will be introduced through a new API version whenever possible.
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

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.

What to watch for next

1

Monitor new versions

Watch for new API versions when breaking changes are introduced.
2

Review behavior updates

Check this page when response shapes, limits, or endpoint behavior changes.
3

Update your integration

Adjust your backend and documentation when changes affect your implementation.