> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oyapasteaza.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Track important changes to the Pasteaza API.

API Changelog

Track important updates to the Pasteaza API.

Breaking changes will be introduced through a new API version whenever possible.

<Info>
  Use this page to track what changed, what improved, and what to expect in future releases.
</Info>

## 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

<CardGroup cols={2}>
  <Card title="Collections" icon="wallet" href="/collections/virtual-accounts/create-virtual-account">
    Collect customer payments with virtual accounts and verify them with webhooks.
  </Card>

  <Card title="Disbursements" icon="paper-plane" href="/disbursements/bank-transfer/create-transfer">
    Send bank transfers with idempotency and transfer status tracking.
  </Card>

  <Card title="Rate limits" icon="gauge" href="/rate-limits">
    Understand how to handle request limits and retry behavior.
  </Card>

  <Card title="Home" icon="house" href="/">
    Return to the Pasteaza documentation overview.
  </Card>
</CardGroup>

## 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.

## What to watch for next

<Steps>
  <Step title="Monitor new versions">
    Watch for new API versions when breaking changes are introduced.
  </Step>

  <Step title="Review behavior updates">
    Check this page when response shapes, limits, or endpoint behavior changes.
  </Step>

  <Step title="Update your integration">
    Adjust your backend and documentation when changes affect your implementation.
  </Step>
</Steps>
