All notable changes to this project will be documented in this file.
Two new fields on order lines for creating a payment
grossTotalPricenetTotalPriceThese are optional, and if not set, we will calculate the values based on
quantity * unit priceas before.
See API Reference
- New developer portal, with guides
New endpoint for fetching a list of organizations you have access to
See API Reference
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.
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
paymentMethodIdto create payment endpoint - 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 for the newly added endpoints.
- Added optional field