# Changelog

All notable changes to this project will be documented in this file.

## 2025-06-24

### Added

- **Two new fields on order lines for creating a payment**
`grossTotalPrice`
`netTotalPrice`
These are optional, and if not set, we will calculate the values based on `quantity * unit price` as before.


See [API Reference](/apis/payment-management/other/create_payment#other/create_payment/t=request&path=payment/items)

## 2025-06-20

### Changed

- **New developer portal, with guides**


## 2025-06-11

### Added

- **New endpoint for fetching a list of organizations you have access to**
See [API Reference](/apis/partner/authentication/get_organizations)
This is useful for situations where you have access to multiple organizations (one set of API keys for many tenants, compared to one set of API keys for a single tenant), especially when this can change over time.


## 2024-08-27

### Added

- **Support for selecting which payment method to use, the default being sending a payment link.**
This allows support for using terminals, invoices or other similar payment methods.
Changes:
  - Added optional field `paymentMethodId` to [create payment endpoint](/apis/payment-management/other/create_payment#other/create_payment/t=request&path=paymentmethodid)
  - Added endpoint for sending a already created payment method to a specific `paymentMethodId`, can be called multiple times for the same payment.
  - Added endpoint for fetching a list of possible payment methods.
See [API Reference](/apis/partner/payment-methods) for the newly added endpoints.