# Changelog

## Version `2026-03-12`

- [Create an order](/docs/api/merchant#create-order)
  - New request schema
  - New response schema
- [Retrieve an order](/docs/api/merchant#retrieve-order)
  - New response schema
- [Update an order](/docs/api/merchant#update-order)
  - New request schema
  - New response schema
- [Capture an order](/docs/api/merchant#capture-order)
  - New response schema
- [Cancel an order](/docs/api/merchant#cancel-order)
  - New response schema
- [Refund an order](/docs/api/merchant#refund-order)
  - New response schema
- [Retrieve payment details](/docs/api/merchant#retrieve-payment-details)
  - New response schema

## Version `2025-12-04`

- [Create an order](/docs/api/merchant#create-order)
  - New request schema
  - New response schema
- [Retrieve an order](/docs/api/merchant#retrieve-order)
  - New response schema
- [Update an order](/docs/api/merchant#update-order)
  - New request schema
  - New response schema
- [Capture an order](/docs/api/merchant#capture-order)
  - New response schema
- [Cancel an order](/docs/api/merchant#cancel-order)
  - New response schema
- [Increment authorisation](/docs/api/merchant#increment-authorisation)
  - Operation renamed

## Version `2025-10-16`

- [Create an order](/docs/api/merchant#create-order)
  - New request schema
  - New response schema
- [Retrieve an order](/docs/api/merchant#retrieve-order)
  - New response schema
- [Update an order](/docs/api/merchant#update-order)
  - New request schema
  - New response schema
- [Capture an order](/docs/api/merchant#capture-order)
  - New response schema
- [Cancel an order](/docs/api/merchant#cancel-order)
  - New response schema

## Version `2024-09-01`

- [Create an order](/docs/api/merchant#create-order)
  - New request schema
  - New response schema
- [Retrieve an order](/docs/api/merchant#retrieve-order)
  - New response schema
- [Update an order](/docs/api/merchant#update-order)
  - New request schema
  - New response schema
- [Capture an order](/docs/api/merchant#capture-order)
  - New response schema
- [Cancel an order](/docs/api/merchant#cancel-order)
  - New response schema
- [Update a subscription renewal date](/docs/api/merchant#update-subscription-renewal-date)
  - New operation

## Version `2024-05-01`

- [Create an order](/docs/api/merchant#create-order)
  - New request schema
  - New response schema
- [Retrieve an order](/docs/api/merchant#retrieve-order)
  - New response schema
- [Update an order](/docs/api/merchant#update-order)
  - New request schema
  - New response schema
- [Capture an order](/docs/api/merchant#capture-order)
  - New response schema
- [Cancel an order](/docs/api/merchant#cancel-order)
  - New response schema
- [Retrieve payment details](/docs/api/merchant#retrieve-payment-details)
  - New response schema

## Version `2023-09-01`

- [Create an order](/docs/api/merchant#create-order)
  - New request schema
  - New response schema
- [Retrieve an order](/docs/api/merchant#retrieve-order)
  - New response schema
- [Update an order](/docs/api/merchant#update-order)
  - New request schema
  - New response schema
- [Capture an order](/docs/api/merchant#capture-order)
  - New response schema
- [Cancel an order](/docs/api/merchant#cancel-order)
  - New response schema

## Deprecated endpoints

### Orders

- [Create an order (Deprecated)](/docs/api/merchant#create-order-deprecated)
- [Retrieve order list (Deprecated)](/docs/api/merchant#retrieve-order-list-deprecated)
- [Retrieve an order (Deprecated)](/docs/api/merchant#retrieve-order-deprecated)
- [Update an order (Deprecated)](/docs/api/merchant#update-order-deprecated)
- [Capture an order (Deprecated)](/docs/api/merchant#capture-order-deprecated)
- [Cancel an order (Deprecated)](/docs/api/merchant#cancel-order-deprecated)

### Customers

- [Create a customer (Deprecated)](/docs/api/merchant#create-customer-deprecated)
- [Retrieve customer list (Deprecated)](/docs/api/merchant#retrieve-all-customers-deprecated)
- [Retrieve a customer (Deprecated)](/docs/api/merchant#retrieve-customer-deprecated)
- [Update a customer (Deprecated)](/docs/api/merchant#update-customer-deprecated)
- [Delete a customer (Deprecated)](/docs/api/merchant#delete-customer-deprecated)
- [Retrieve payment method list (Deprecated)](/docs/api/merchant#retrieve-all-payment-methods-deprecated)
- [Retrieve a payment method (Deprecated)](/docs/api/merchant#retrieve-payment-method-deprecated)
- [Update a payment method (Deprecated)](/docs/api/merchant#update-payment-method-deprecated)
- [Delete a payment method (Deprecated)](/docs/api/merchant#delete-payment-method-deprecated)

### Webhooks

- [Create a webhook (Deprecated)](/docs/api/merchant#create-webhook-deprecated)
- [Retrieve webhook list (Deprecated)](/docs/api/merchant#retrieve-all-webhooks-deprecated)
- [Retrieve a webhook (Deprecated)](/docs/api/merchant#retrieve-webhook-deprecated)
- [Update a webhook (Deprecated)](/docs/api/merchant#update-webhook-deprecated)
- [Delete a webhook (Deprecated)](/docs/api/merchant#delete-webhook-deprecated)
- [Rotate webhook signing secret (Deprecated)](/docs/api/merchant#rotate-webhook-signing-secret-deprecated)